|
From: Juergen H. <ju...@in...> - 2005-12-22 15:48:25
|
Dear Spring community, I am pleased to announce that Spring 2.0 M1 has just been released. 2.0 M1 is the first milestone of the next generation of Spring: introducing XML schema based bean definitions, sophisticated AspectJ support, task executor abstraction, asynchronous JMS facilities, portlet support, etc. The main sample application in this release is JPetStore, which already illustrates some basic usage of schema-based bean definitions and aspects expressed using AspectJ pointcut language. 2.0 M2 will include further sample usages and improved documentation of the new configuration style. Spring 2.0 remains fully backwards-compatible with Spring 1.2. Both the DTD style and the schema style are supported for XML bean definitions. No incompatible API changes have been introduced (other than removing deprecated methods). Furthermore, Spring 2.0 still runs on JDK 1.3+ and J2EE 1.2+. Note that Spring has been repackaged: spring.jar contains the entire core plus some small extensions; larger extensions such as support for specific ORMs have been factored out into separate jar files (spring-hibernate2.jar, spring-hibernate3.jar, spring-toplink.jar, etc). See the readme for details. Cheers - and Merry Christmas to everybody celebrating Christmas :-) Juergen ----- Juergen Hoeller Interface21 Ltd http://www.springframework.com |