Skip to content

kimdh-hi/spring-mvc-basic

Repository files navigation

servlet부터 Spring MVC까지

My 블로그


Section 1

  • Servlet만을 이용한 요청 데이터 및 헤더 파싱 및 랜더링
  • JSP만을 이용한 요청 데이터 파싱 및 랜더링
  • Servlet + JSP 간단한 MVC 패턴 구현
  • Servlet + JSP를 이용해 Spring MVC와 비슷한 프레임워크 구현

Section 2

  • Spring MVC를 이용한 요청 데이터 및 헤더 파싱
  • Spring MVC 내부구조 파악
    • Handler Mapping, Handler Adapter
    • View Resolver
    • Argument Resolver
    • Http Message Converter
  • template engine (thymeleaf)를 이용한 SSR
  • Spring MVC & Thymeleaf를 이용한 간단한 웹 페이지 제작

Section 3

  • Thymeleaf 기본 문법, 활용
  • Spring MVC를 이용한 간단한 CRUD app

Section 4

  • Message source
  • 국제화
  • Validation (Bean Validation)

Section 5

  • Login (Cookie, Session)
  • Servlet Filter
  • Interceptor

Section 6

  • Exception
    • 에러 페이지
    • API 예외처리

Section 7

  • Type Converter, Formatter

Section 8

  • File Upload
    • multipart/form-data
  • File Download

About

순수 Servlet, JSP + Servlet MVC 부터 Spring MVC까지

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published