-
Notifications
You must be signed in to change notification settings - Fork 25
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
minseok1015
wants to merge
24
commits into
Konkuk-KUIT:main
Choose a base branch
from
minseok1015:minseok1015_week4_02
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jspf 활용
→ ajax 도입
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
미션 진행도(%)
추가미션 빼고 100% 진행 완료하였습니다
미션 수행 내용
3주차까지 구현된 내용을 토대로
ModelAndView 객체를 추가하여보았습니다.
1 . controller에서 기존에는 excute를 통해 String을 반환해주던 부분을 View객체를 만들어서 전달
2. view render를 이용해 model(map)으로 저장했던 값으로 필요한 데이터만 보내기.
3. abstract 클래스를 이용하여 매번 객체를 생성하던 중복되던 코드를 줄이기.
배운점
처음 혼자 구현하려고 하였을 때, ModelandView의 개념에 대해서 이해하기 어려워 힘이 들었습니다. View까지는 이해는 하였지만 ModelandView개념을 듣고, 코드로 구현해보려고 하니 전혀 감이 오지 않았던 것 같습니다. ModelandView의 객체 반환값만 구현한 상태로 스터디를 진행하였습니다. 스터디에서 튜터님과 스터디 조원들이 제가 Model 부분을 잘못된 개념으로 이해를 하고 있다는 점을 알려주어서 집와서 다시 곰곰이 생각을 해보았고, 조금 이해를 할 수 있게 된 것 같다고 생각이 듭니다.
감사합니다