01 들어가기
02 Spring 3.2와 REST
2.1 요구사항 정리
2.2 개발환경
2.3 개발환경 구축하기
2.4 애플리케이션 구조
2.5 요약
03 Persistence Layer
3.1 영속성 계층이란
3.2 DAO
3.3 Mapper 구현하기
04 Business Layer
4.1 비지니스 계층이란
4.2 트랜잭션 관리
4.3 Service 구현하기
4.4 요약
05 Presentation Layer
5.1 표현 계층이란
5.2 ModeAndView와 HttpMessengerConveter
5.3 URI Template
5.4 Controller 구현하기
5.5 JSON
5.6 XML
5.7 Content Negotiation
5.8 HTTP Method Conversion
5.9 ETag support
5.10 기타
5.11 요약
06 예외처리
6.1 Controller의 예외 처리
6.2 예외 구현하기
6.3 요약
07 HATEOAS
7.1 Spring HATEOAS
7.2 요약
08 REST Client
8.1 RestTemplate
RestTemplate은
8.1.1 RestTemplateMethod
|
|
DELETE |
delete |
GET |
getForObject |
getForEntity | |
HEAD |
headForHeaders |
OPTIONS |
optionsForAllow |
POST |
postForLocation |
|
postForObject |
put |
PUT |
any |
exchage |
|
execute |
8.2 URI Templete
8.3 ClientHttpRequestFactory
8.4 Rest Template 예제
8.5 요약
'Spring' 카테고리의 다른 글
part 5 게시물의 첨부파일 기능 (0) | 2016.05.10 |
---|---|
코드로 배우는 스프링 웹 프로젝트 (1) | 2016.04.26 |