Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4주차 미션 / 서버 3조 김민석 #45

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

minseok1015
Copy link

미션 진행도(%)

추가미션 빼고 100% 진행 완료하였습니다

미션 수행 내용

3주차까지 구현된 내용을 토대로
ModelAndView 객체를 추가하여보았습니다.
1 . controller에서 기존에는 excute를 통해 String을 반환해주던 부분을 View객체를 만들어서 전달
2. view render를 이용해 model(map)으로 저장했던 값으로 필요한 데이터만 보내기.
3. abstract 클래스를 이용하여 매번 객체를 생성하던 중복되던 코드를 줄이기.

배운점

처음 혼자 구현하려고 하였을 때, ModelandView의 개념에 대해서 이해하기 어려워 힘이 들었습니다. View까지는 이해는 하였지만 ModelandView개념을 듣고, 코드로 구현해보려고 하니 전혀 감이 오지 않았던 것 같습니다. ModelandView의 객체 반환값만 구현한 상태로 스터디를 진행하였습니다. 스터디에서 튜터님과 스터디 조원들이 제가 Model 부분을 잘못된 개념으로 이해를 하고 있다는 점을 알려주어서 집와서 다시 곰곰이 생각을 해보았고, 조금 이해를 할 수 있게 된 것 같다고 생각이 듭니다.

감사합니다

@minseok1015 minseok1015 changed the title Minseok1015 week4 02 4주차 미션 / 서버 3조 김민석 Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants