본문 바로가기

프로그래머로 살아가기/Spring

Spring 3.0 의 새로운 기능들

Spring 3.0을 이미 Project에 적용하고 계신 분들도 있으시리라고 생각합니다.

웹서핑을 하다가 보니 Spring 3.0의 새로운 기능에 대하여 잘 설명하고 있는 자료가 있어서 퍼왔습니다.

2009년 5월에 열린 Java User Group 세미나에서 발표된 자료구요,

원본 출처는 다음과 같습니다.

http://www.intertech.com/UserGroups/JUGPresentation.aspx?TopicID=135

무엇보다 REST URL을 지원해주는 부분이 눈에 띄는 부분입니다.

기존에 이 부분이 지원이 안되서 외부 라이브러리를 사용하거나 직접 구현하여 사용하곤 했었는데,

아주 깔끔하게 이 부분이 적용이 되었네요.

PPT에 그 내용도 설명이 나와있습니다.

한번 읽어보시기 바랍니다.

좀 더 자세한 내용은 아래 링크에서 문서를 보실 수 있습니다.

http://www.epril.com/resources/spring3/reference/html/index.html



Description : Spring MVC is the core component of the Spring Framework's web strategy. It provides a robust, flexible framework for building web applications built on the Model 2 architecture. In this presentation, Bob McCune will provide an overview of the new features and capabilities of Spring MVC including its @Controller annotations, REST support, and new data validation integrations.

Spring MVC 3