Results 1 to 3 of 3

Thread: Java Version

  1. #1

    Default Java Version

    Hi there,
    can anyone tell me what version(s) of Java the latest releases of Spring will run under?

    For example, will "Spring 1.1 RC1" run under java 1.3?

    Thanks,
    Peter

  2. #2
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    to run it 1.3 is fine, to build it you need 1.4+

    Regards,
    Darren Davison.
    Public Key: 0xE855B3EA

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

    Default

    Certain features work faster under 1.4, e.g. AOP if you use dynamic proxies, rather than CGLIB will be significantly faster in 1.4.

    But Spring is supported on and works well under 1.3, and falls back to the 1.3 feature set if required. Some of the largest enterprise users of Spring are on 1.3, as they are still on relatively old app server versions.

Similar Threads

  1. Replies: 2
    Last Post: Sep 12th, 2007, 12:23 PM
  2. Replies: 1
    Last Post: May 18th, 2005, 02:10 PM
  3. Replies: 1
    Last Post: May 15th, 2005, 12:51 AM
  4. Replies: 5
    Last Post: Mar 2nd, 2005, 07:11 AM
  5. Replies: 2
    Last Post: Nov 8th, 2004, 11:07 AM

Posting Permissions

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