|
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 |
|
From: <jue...@we...> - 2003-10-30 10:17:42
|
Of course, take those numbers with a grain of salt: I'm not sure how = trustworthy SourceForge download numbers are after their technical = problems in summer. I consider the ones since August as reliable, = though. Juergen -----Original Message----- From: j=FCrgen h=F6ller [werk3AT]=20 Sent: Thursday, October 30, 2003 11:09 AM To: spr...@li... Subject: RE: [Springframework-developer] Re: Spring Framework 1.0 M2 released 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 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <tri...@tr...> - 2003-10-30 14:11:31
|
Sime more statistics: Hits on the www.springframework.org domain are up drastically since the last TSS threads. See: http://www.springframework.org/usage/Spring_hits.htm Thomas > 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ürgen höller > [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, > > > > Can you please update the website accordingly, including the documentation > > articles? > > > > Thanks, > > Juergen > > > > > > > > -----Ursprüngliche Nachricht----- > > Von: jürgen höller [werk3AT] > > Gesendet: Fr 24.10.2003 01:08 > > An: spr...@li... > > Cc: spr...@li... > > Betreff: Spring Framework 1.0 M2 released > > > > > > Hi Spring followers, > > > > 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. > > > > 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. > > > > An important change in recommendation is for the <ref .../> tag in XML > bean > > definitions: <ref bean="..."/> is now a general reference to any bean name > in > > the context, while <ref local="..."/> references a bean id in the same XML > > file (allowing for validation by the XML parser). <ref external="..."/> is > > deprecated now; it behaves the same as <ref bean="..."/> for the time > being. > > > > > > So consider <ref bean="..."/> as the general reference now, no matter if > > local or in a parent context, and <ref local="..."/> 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="..."/> tags > with > > <ref bean="..."/>. > > > > 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. > > > > Regards, > > Juergen > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |