[MVC 구현하기 1, 2단계] 여우(조승현) 미션 제출합니다. #338
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요 제이!
어려웠던 점
'우리가 만든 DispatcherServlet을 사용하면 app 패키지 하위에 있는 컨트롤러와 mvc 패키지 하위에 있는 컨트롤러 모두 잘 인식해 작업을 수행한다' 를 테스트하고 싶었는데,
mvc와 app은 완전히 별개의 모듈로 존재하기 때문에
mvc 패키지에서 app 패키지에 있는 클래스를 호출하는 게 불가능했어요.
코드로 표현하면
이런 이유로 DispatcherServlet의 테스트 코드 작성은 커녕 초기화 코드도 작성하지 못했기 때문에
제가 만든 서블릿에 버그가 있는지 없는지도 확인하기 어려워 다소 난감한 상황입니다.
혹시 제이는 이번 프로젝트처럼 별개의 모듈로 분리된 클래스를 불러오는 방법을 알고 계신가요?
리뷰 시 고려할 점
대신 service() 메서드에서 HandlerMapping -> HandlerAdaptor -> '컨트롤러 실행' -> '뷰 렌더링 작업' 을 수행하는 DispatcherServlet의 작업 과정을 아는 만큼 작성해 보았어요.
미션을 하면서도 '대체 내가 뭘 하고 있는 거지' 라는 생각만 들어서 얼레벌레 고통스러운 미션이네요.
같이 리뷰 주고받으면서 많은 얘기 나눠요!