Results 1 to 2 of 2

Thread: Spring Framework 1.2RC1 released

  1. #1
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default Spring Framework 1.2RC1 released

    -- as originally posted by Juergen on the mailing lists:

    Dear Spring community,

    It's Spring time :-)

    I'm pleased to announce that Spring 1.2 RC1 has just been released. This
    release introduces a number of major new features:
    • finer-grained distribution jar files, alongside the full spring.jar
    • AOP Alliance interfaces are now contained in spring-aop.jar and spring.jar
    • XML bean definition improvements ("ref" and "value" shortcut attributes
      etc)
    • improved AOP TargetSourceCreator mechanism (supporting
      LazyInitTargetSource too)
    • transaction annotation support for JDK 1.5+ (annotation called
      "Transactional")
    • improved WebLogicJtaTransactionManager (transaction names, isolation
      levels)
    • SqlRowSet support for JDBC (in conjunction with JdbcTemplate's
      "queryForRowSet")
    • Hibernate3 support (in orm.hibernate3; Hibernate 2.1 support is still
      available)
    • JMX support for export of Spring beans as managed resources and for MBean
      access
    • Commons Attributes and JDK 1.5+ annotations for JMX MBean export

      This release also contains many minor enhancements, for example:
    • factored out BindingErrorProcessor strategy for ServletRequestDataBinder
    • improved ParameterMethodNameResolver for Web MVC MultiActionController

    For a detailed list of enhancements and bug fixes, see the changelog.

    This release candidate is already considered stable and recommended for
    development use. We expect Spring 1.2 final to be released in late April.

    Watch out for the Spring Web Flow preview release to follow later this week
    (for use with Spring 1.2)! Web Flow will also become part of the nightly
    build at that time.

    Cheers,

    Juergen

  2. #2
    Join Date
    Mar 2005
    Location
    Liverpool, UK
    Posts
    21

    Default Update Tutorial Demo

    Hi,
    would it be possible for the tutorial demo to be updated?
    http://www.springframework.org/webapps/springapp
    all the prices have become infinity and hence the demo is rather limited.

    perhaps the tutorial should be edited to allow price edit in both directions.

    also, if it could be explained how to do relative paths in Windows within the .properties files.

    thanks, j
    [Newbie to Spring!]

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Spring Framework 1.2 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 0
    Last Post: May 13th, 2005, 11:20 PM
  3. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  4. Spring Framework 1.1.4 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 0
    Last Post: Feb 4th, 2005, 01:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •