|
From: <jue...@we...> - 2003-10-30 10:10:48
|
FYI, a little statistics: We had 970 downloads of 1.0 M2 as of tomorrow = morning, after just 6 days! 1.0 M1 has 2800 after 2 months. 0.9 just had = 400 till 0.9.1 came out. Great numbers, IMO! For a comparison, WebWork 1.3 has 2300 in the 6 months since end of = April. Of course, Hibernate 2.0.3 has 11600 after 2 months now... but = 2.0 and 2.0.1 together had "just" 2700 in the 2 months till 2.0.2 came = out. Juergen -----Original Message----- From: tri...@tr... [mailto:tri...@tr...] Sent: Friday, October 24, 2003 2:58 AM To: spr...@li...; j=FCrgen h=F6ller [werk3AT] Cc: spr...@li... Subject: Re: [Springframework-developer] Re: Spring Framework 1.0 M2 released Juergen, I have updated the website - let me know if I missed something. Thomas > Thomas, > =20 > Can you please update the website accordingly, including the = documentation > articles? > =20 > Thanks, > Juergen > =20 > =20 >=20 > -----Urspr=C3=BCngliche Nachricht-----=20 > Von: j=C3=BCrgen h=C3=B6ller [werk3AT]=20 > Gesendet: Fr 24.10.2003 01:08=20 > An: spr...@li...=20 > Cc: spr...@li...=20 > Betreff: Spring Framework 1.0 M2 released > =09 > =09 > Hi Spring followers, > =20 > I'm pleased to announce that we've just released 1.0 M2, the second > milestone release towards 1.0 and fourth public release in total. It = contains > numerous bug fixes and new features; see the change log for details. > =20 > A major change in terms of samples is that Petclinic is now available = in > alternative implementations for JDBC and Hibernate; therefore, the = minimum > Hibernate jars are now included in the distribution. Furthermore, the > skeletons have been repackaged into "webapp-minimal" and = "webapp-typical", > the latter with multiple application context configurations. > =20 > An important change in recommendation is for the <ref .../> tag in = XML bean > definitions: <ref bean=3D"..."/> is now a general reference to any = bean name in > the context, while <ref local=3D"..."/> references a bean id in the = same XML > file (allowing for validation by the XML parser). <ref = external=3D"..."/> is > deprecated now; it behaves the same as <ref bean=3D"..."/> for the = time being. >=20 > =20 > So consider <ref bean=3D"..."/> as the general reference now, no = matter if > local or in a parent context, and <ref local=3D"..."/> as the optional = one for > strong validation in the local XML file. All existing bean definitions = will > still work, although we recommend to replace <ref external=3D"..."/> = tags with > <ref bean=3D"..."/>. > =20 > Finally, I'd like to note one minor incompatible API change: > AbstractFormController's former "processSubmit" method is now called > "processFormSubmission" to avoid confusion with the "onSubmit" = callback of > SimpleFormController. This will only affect you if you have subclassed > AbstractFormController directly; simply rename your implementation = method > then. > =20 > Regards, > Juergen >=20 >=20 |