Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Spring 1.2 / Annotations

  1. #1
    Join Date
    Sep 2004
    Posts
    17

    Default Spring 1.2 / Annotations

    Is there any cvs branch/tag which i can use to get the 1.2 code from CVS? I was wondering in particular if using annotations as the source of validation configuration is available yet in 1.2 development.

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Take a look at the CVS on SF.net: http://cvs.sourceforge.net/viewcvs.p..._with_tag=HEAD
    Right now there isn't any branch created for 1.2, just get the HEAD from the CVS and look into the sandbox.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Sep 2004
    Posts
    17

    Default Feature Set

    Also, is there any available list of features / changes which are planned for 1.2, as well as a potential release schedule?

  4. #4
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    The team can answer better this question but AFAIK, 1.2 release is scheduled for the end of March and the main 'attractions' are:
    - Hibernate 3 integration
    - JMX support
    - Enums (I think)
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  5. #5
    Join Date
    Aug 2004
    Location
    Denver
    Posts
    249

    Default

    Here's the 1.2 and 1.3 features I gathered during talks at TSSS:

    http://jroller.com/page/raible?ancho...ming_in_spring

    Matt

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

    Default Re: Spring 1.2 / Annotations

    Quote Originally Posted by mattinger
    Is there any cvs branch/tag which i can use to get the 1.2 code from CVS? I was wondering in particular if using annotations as the source of validation configuration is available yet in 1.2 development.
    The only annotation support currently planned for 1.2 is for Transaction demarcation. That's currently found in a module in CVS called 'samples', with a specific project called 'tiger', parallel to the main 'spring' module.
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

  7. #7
    Join Date
    Nov 2004
    Location
    Atlanta, GA, USA
    Posts
    42

    Default

    I will give a crisp, clean Dollar Bill to any Spring admin who posts 1.2RC1..... like right now.


    .... how about now.... ?

  8. #8
    Join Date
    Nov 2004
    Location
    Atlanta, GA, USA
    Posts
    42

    Default

    Alright, I'll add a shiny, golden Sacagawea dollar coin to the pot.

    How about NOW?

  9. #9
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    1.2 RC1 will be early next week. You could try the nightly build. Hibernate 3 and JMX are already in there in the main source tree. Not yet TopLink (another new feature, but we're waiting on a code donation from Oracle) or annotations, which is still in a separate module.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

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

    Default

    Quote Originally Posted by costin
    Take a look at the CVS on SF.net: http://cvs.sourceforge.net/viewcvs.p..._with_tag=HEAD
    Right now there isn't any branch created for 1.2, just get the HEAD from the CVS and look into the sandbox.
    Note that most of the sandbox code (for example, JMX stuff) which is going to be in 1.2 has already been moved over.
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

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. Hibernate Annotations and Spring
    By musch in forum Data
    Replies: 5
    Last Post: Mar 3rd, 2009, 09:30 AM
  3. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  4. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 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
  •