|
From: Juergen H. <ju...@in...> - 2005-04-18 21:22:36
|
Dear Spring community, I'm pleased to announce that Spring 1.2 RC2 has just been released. This release introduces one major new feature: * support for JCA's Common Client Interface (CCI), including support for CCI local transactions Furthermore, there are various minor enhancements, for example: * deprecated ListableBeanFactory's "getBeanDefinitionNames(type)", in favor of "getBeanNamesForType" * added "value"/"value-ref" shortcut attributes to XML "entry" tag for maps * added "alias" root element for XML bean definition files, for aliases for beans in other files * JdbcAccessor lazily initializes the SQLExceptionTranslator by default now * added further configuration options to LocalSessionFactoryBean for Hibernate3 * added "defaultDestinationName" property to JmsTemplate, for a dynamic default destination * refined Resource support for compatibility with JDK 1.3's classic VM and with JRockit's jar paths * refactored static PathMatcher class into PathMatcher interface and AntPathMatcher implementation * added ConfigurableMimeFileTypeMap, with extensive MIME type mappings out-of-the-box * added "context.i18n" package, with LocaleContext abstraction and global LocaleContextHolder * DispatcherServlet exposes the current LocaleResolver through the global LocaleContextHolder * added RemoteInvocationTraceInterceptor, logging remote calls and exceptions on the server * updated JasperReports support for JR 0.6.6, using JRDefaultCompiler as default report compiler * reworked AbstractJasperReportsView to work on JasperPrint instance rather than JasperReport instance * added support for reports with embedded SQL statements to AbstractJasperReportsView For a detailed list of enhancements and bug fixes, see the changelog. This release candidate is considered stable and recommended for development use. We expect Spring 1.2 final to be released in about two weeks. Cheers, Juergen ----- Juergen Hoeller Interface21 - Spring Services from the Source http://www.springframework.com |
|
From: Thomas R. <tho...@tr...> - 2005-04-19 01:33:51
|
I updated the home page and the news page - will do the api docs as soon as my download completes. Thomas On Apr 18, 2005, at 5:21 PM, Juergen Hoeller wrote: > I'm pleased to announce that Spring 1.2 RC2 has just been released. > > This release introduces one major new feature: > > * support for JCA's Common Client Interface (CCI), including support > for CCI > local transactions > > Furthermore, there are various minor enhancements, for example: > > * deprecated ListableBeanFactory's "getBeanDefinitionNames(type)", in > favor > of "getBeanNamesForType" > * added "value"/"value-ref" shortcut attributes to XML "entry" tag for > maps > * added "alias" root element for XML bean definition files, for > aliases for > beans in other files > > * JdbcAccessor lazily initializes the SQLExceptionTranslator by > default now > * added further configuration options to LocalSessionFactoryBean for > Hibernate3 > * added "defaultDestinationName" property to JmsTemplate, for a dynamic > default destination > > * refined Resource support for compatibility with JDK 1.3's classic VM > and > with JRockit's jar paths > * refactored static PathMatcher class into PathMatcher interface and > AntPathMatcher implementation > * added ConfigurableMimeFileTypeMap, with extensive MIME type mappings > out-of-the-box > > * added "context.i18n" package, with LocaleContext abstraction and > global > LocaleContextHolder > * DispatcherServlet exposes the current LocaleResolver through the > global > LocaleContextHolder > * added RemoteInvocationTraceInterceptor, logging remote calls and > exceptions on the server > > * updated JasperReports support for JR 0.6.6, using JRDefaultCompiler > as > default report compiler > * reworked AbstractJasperReportsView to work on JasperPrint instance > rather > than JasperReport instance > * added support for reports with embedded SQL statements to > AbstractJasperReportsView > > For a detailed list of enhancements and bug fixes, see the changelog. > > This release candidate is considered stable and recommended for > development > use. We expect Spring 1.2 final to be released in about two weeks. |
|
From: Colin S. <col...@ex...> - 2005-04-19 01:40:03
|
I updated the docs, and posted notices on the forums and springframework.com. So the JavaDocs are all that is left. Colin Thomas Risberg wrote: > I updated the home page and the news page - will do the api docs as > soon as my download completes. > > Thomas > > > On Apr 18, 2005, at 5:21 PM, Juergen Hoeller wrote: > >> I'm pleased to announce that Spring 1.2 RC2 has just been released. >> >> This release introduces one major new feature: >> >> * support for JCA's Common Client Interface (CCI), including support >> for CCI >> local transactions >> >> Furthermore, there are various minor enhancements, for example: >> >> * deprecated ListableBeanFactory's "getBeanDefinitionNames(type)", in >> favor >> of "getBeanNamesForType" >> * added "value"/"value-ref" shortcut attributes to XML "entry" tag >> for maps >> * added "alias" root element for XML bean definition files, for >> aliases for >> beans in other files >> >> * JdbcAccessor lazily initializes the SQLExceptionTranslator by >> default now >> * added further configuration options to LocalSessionFactoryBean for >> Hibernate3 >> * added "defaultDestinationName" property to JmsTemplate, for a dynamic >> default destination >> >> * refined Resource support for compatibility with JDK 1.3's classic >> VM and >> with JRockit's jar paths >> * refactored static PathMatcher class into PathMatcher interface and >> AntPathMatcher implementation >> * added ConfigurableMimeFileTypeMap, with extensive MIME type mappings >> out-of-the-box >> >> * added "context.i18n" package, with LocaleContext abstraction and >> global >> LocaleContextHolder >> * DispatcherServlet exposes the current LocaleResolver through the >> global >> LocaleContextHolder >> * added RemoteInvocationTraceInterceptor, logging remote calls and >> exceptions on the server >> >> * updated JasperReports support for JR 0.6.6, using JRDefaultCompiler as >> default report compiler >> * reworked AbstractJasperReportsView to work on JasperPrint instance >> rather >> than JasperReport instance >> * added support for reports with embedded SQL statements to >> AbstractJasperReportsView >> >> For a detailed list of enhancements and bug fixes, see the changelog. >> >> This release candidate is considered stable and recommended for >> development >> use. We expect Spring 1.2 final to be released in about two weeks. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer -- Colin Sampaleanu Interface21 Principal Consultant Spring Training, Consulting and Support - "From the Source" http://www.springframework.com |
|
From: Thomas R. <tho...@tr...> - 2005-04-19 01:52:42
|
JavaDocs are done - are we ever going to automate this :) Thomas On Apr 18, 2005, at 9:39 PM, Colin Sampaleanu wrote: > I updated the docs, and posted notices on the forums and > springframework.com. So the JavaDocs are all that is left. > > Colin > > Thomas Risberg wrote: > >> I updated the home page and the news page - will do the api docs as >> soon as my download completes. >> >> Thomas >> >> >> On Apr 18, 2005, at 5:21 PM, Juergen Hoeller wrote: >> >>> I'm pleased to announce that Spring 1.2 RC2 has just been released. >>> >>> This release introduces one major new feature: >>> >>> * support for JCA's Common Client Interface (CCI), including support >>> for CCI >>> local transactions >>> >>> Furthermore, there are various minor enhancements, for example: >>> >>> * deprecated ListableBeanFactory's "getBeanDefinitionNames(type)", >>> in favor >>> of "getBeanNamesForType" >>> * added "value"/"value-ref" shortcut attributes to XML "entry" tag >>> for maps >>> * added "alias" root element for XML bean definition files, for >>> aliases for >>> beans in other files >>> >>> * JdbcAccessor lazily initializes the SQLExceptionTranslator by >>> default now >>> * added further configuration options to LocalSessionFactoryBean for >>> Hibernate3 >>> * added "defaultDestinationName" property to JmsTemplate, for a >>> dynamic >>> default destination >>> >>> * refined Resource support for compatibility with JDK 1.3's classic >>> VM and >>> with JRockit's jar paths >>> * refactored static PathMatcher class into PathMatcher interface and >>> AntPathMatcher implementation >>> * added ConfigurableMimeFileTypeMap, with extensive MIME type >>> mappings >>> out-of-the-box >>> >>> * added "context.i18n" package, with LocaleContext abstraction and >>> global >>> LocaleContextHolder >>> * DispatcherServlet exposes the current LocaleResolver through the >>> global >>> LocaleContextHolder >>> * added RemoteInvocationTraceInterceptor, logging remote calls and >>> exceptions on the server >>> >>> * updated JasperReports support for JR 0.6.6, using >>> JRDefaultCompiler as >>> default report compiler >>> * reworked AbstractJasperReportsView to work on JasperPrint instance >>> rather >>> than JasperReport instance >>> * added support for reports with embedded SQL statements to >>> AbstractJasperReportsView >>> >>> For a detailed list of enhancements and bug fixes, see the changelog. >>> >>> This release candidate is considered stable and recommended for >>> development >>> use. We expect Spring 1.2 final to be released in about two weeks. >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: New Crystal Reports XI. >> Version 11 adds new functionality designed to reduce time involved in >> creating, integrating, and deploying reporting solutions. Free >> runtime info, >> new features, or free trial, at: >> http://www.businessobjects.com/devxi/728 >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > -- > Colin Sampaleanu > Interface21 Principal Consultant > Spring Training, Consulting and Support - "From the Source" > http://www.springframework.com > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: > http://www.businessobjects.com/devxi/728 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |