TIL 2022 7월 3일 일요일

서현우·2022년 7월 3일
0

TIL&WIL

목록 보기
122/169

자바의 정석 3판

  • 9장 스터디 문제 풀이

스프링의 정석

ch2-20 ~ ch2-21 - @GetMapping, @PostMapping

  • pom.xml - properties태그에 스프링 버전을 5.0.7로 변경
  • servlet-context.xml - view-controller태그 등록
  • RequestMappingTest - URL패턴 확인
  • RegisterController - @GetMapping, @PostMapping, 유효성 검사, URL재작성, URL인코딩, redirect
  • registerForm.jsp - 디코딩
  • registerInfo.jsp - Model에 담긴 객체의 값을 EL로 사용

ch2-22 - redirect, forward

  • servlet-context.xml - Post로 forward 연습을 위해 view-controller태그 주석처리
  • RegisterController.java - redirect, forward 개념 및 흐름 정리 및 실습
  • RedirectView, JstlView, InternalResourceView 개념 및 흐름 정리

ch2-23 - 로그인 유효성검사, 쿠키

  • LoginController.java - 로그인 id, pwd 유효성 검사, 쿠키 적용
  • loginForm.jsp - id input태그와 checkbox에 쿠키 적용

ch2-24 - 세션

profile
안녕하세요!!

0개의 댓글