2006/10/04 16:38 Developer
Spring2.0 정식판 release
전에 토비님 spring세미나에서 overviw를 듣고, 관심을 가지고 있었는데, 정식판 릴리즈가 공표한 날짜보다 조금은 delay가 됐지만, 결국은 나왔다.
Version 2.0 brings major new simplifications to the framework's overall usage model. As our existing users know, the heart of Spring is the Bean Container which drives the configuration of your Java and Java EE application. In version 2.0 many common configuration tasks have been simplified through the introduction of custom Bean Configuration Dialects. What does this mean to you?
This means you can now:
- Make your business services transactional in one-line of configuration code.
- Lookup objects from JNDI in one-line of configuration code.
- Expose externalized properties to your services in one line of configuration code.
- Apply consistent exception handling policies to your data access objects with a single annotation.
- Invoke Stateless Remote EJBs by defining a single configuration tag. No more custom service locators or business delegates.
- Write parameterized JDBC queries in one line of code.
- Apply convention over configuration when deploying your Spring MVC controllers.
- Use Spring JSP tags to reduce your typing when developing input forms.
A major goal of Spring 2.0 is to make the common tasks easier. Version 2.0 also opens up exciting new doors for solving the harder problems in an elegant manner. In 2.0 you may:
- Weave custom behavior into multiple points of program execution using AspectJ's concise pointcut expression language.
- Receive asynchronous JMS messages with transactional and thread-safety guarantees. See it live
- Develop your own Bean Configuration Dialect for your application.
- Inject objects from custom scopes such as "request" and "session" scope in a thread-safe manner.
- Invoke Groovy, Beanshell, and JRuby scripts from your Java application.
- Schedule tasks to run asynchronously with sophisticated threading and pooling options.
The Spring Framework - Reference Documentation
http://static.springframework.org/spring/docs/2.0.x/reference/index.html
Spring Framework API 2.0
http://static.springframework.org/spring/docs/2.0.x/api/index.html
http://www.springframework.org/
드디어 Spring2.0이 나왔다
http://toby.epril.com/?p=233
새로워진 SpringFramework 2.0 둘러보기
http://www.jtop.org/blog/512