|
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 |
|
From: Dmitriy K. <dko...@ru...> - 2005-12-22 15:53:55
|
Spring 2 rocks! I also would like to wish to the Spring community a Merry Christmas and a very happy and productive 2006 year! Dmitriy. Juergen Hoeller wrote: >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 > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >_______________________________________________ >Springframework-user mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-user > > |
|
From: Herryanto S. <her...@gm...> - 2005-12-23 06:45:01
|
Yeah indeed it rocks!!=20 Life would have been much tougher as a programmer without Spring.=20 Merry Christmas to all, and looking forward for brighter days next year = with Spring 2.0. :) -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of Dmitriy Kopylenko Sent: 22 December 2005 23:54 To: spr...@li...; spr...@li... Subject: [Springframework-developer] Re: [Springframework-user] Spring Framework 2.0 M1 released Spring 2 rocks! I also would like to wish to the Spring community a Merry Christmas and=20 a very happy and productive 2006 year! Dmitriy. Juergen Hoeller wrote: >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 >=20 >----- >Juergen Hoeller >Interface21 Ltd >http://www.springframework.com > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick >_______________________________________________ >Springframework-user mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-user > =20 > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: John L. <jl...@ar...> - 2005-12-23 23:35:42
|
Great job gang! Thanks for all your support in getting Portlet MVC integrated -- especially from Juergen. Is it possible to get the docs from the 2.0 M1 build posted on static.springframework.org? I'm mostly interested in seeing the new Javadocs there. John Lewis Juergen Hoeller wrote: > 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 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click |