Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. 새로운 글과 튜토리얼

 

4. 새로운 모듈 구조와 빌드 시스템

4.1. 새로운 모듈 구조

프레임워크 모듈을 수정하여, 모듈 jar별로 하나의 소스트리로 분리해서 관리함.

  • org.springframework.aop

  • org.springframework.beans

  • org.springframework.context

  • org.springframework.context.support

  • org.springframework.expression

  • org.springframework.instrument

  • org.springframework.jdbc

  • org.springframework.jms

  • org.springframework.orm

  • org.springframework.oxm

  • org.springframework.test

  • org.springframework.transaction

  • org.springframework.web

  • org.springframework.web.portlet

  • org.springframework.web.servlet

  • org.springframework.web.struts

4.2. 새로운 빌드 시스템

ex) 스프링 웹 플로우(Web Flow) 2.0

  • Ivy 기반의 스프링 빌드 시스템
  • 일관된 배포 과정
  • 일관된 의존성 관리
  • 일관된 OSGi manifest 생성

 

Note
title참고

전체 프레임워크를 대부분 포함하고 있는 spring.jar artifact는 더 이상 제공하지 않음.

 

5. 새로운 기능

5.1. Java 5를 위한 코어 API 업데이트

...