Results 1 to 4 of 4

Thread: Spring Framework compatibility with Java 1.3.1

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Posts
    1

    Default Spring Framework compatibility with Java 1.3.1

    I'm new to Spring and looking to use it with a project. I looked on the site, but could not find a "requirements" section. I am forced to use Java 1.3.1 because our webapps run on Websphere 4, so I want to know if there are any issues with using the latest stable release of Spring with this JDK version.

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

    Default

    I guess you can either search the forums and see if 1.3, search the mailing list or get the sources from the CVS, check out the build scripts and give it a spin on compiling on 1.3. I know that at least the 1.5 sources are separate from the main branch for compatibility and I think there are big changes that Spring (at least 1.1.x) will work on 1.3
    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
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Taken from Proffesional Java Development with Spring framework:
    Spring works on JDK 1.3 and later, taking advantage of JDK 1.4 and 1.5 features if available
    .
    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

  4. #4
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    Spring does run on JDK 1.3+ and will continue to do so for the entire Spring 1.x line. The platform requirements are specified in the readme.txt file in the root of the Spring distribution, BTW.

    Juergen

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. Replies: 0
    Last Post: Sep 8th, 2005, 07:35 AM
  3. Using Spring Framework JDBC connection in my java
    By chandra.sekhar in forum Container
    Replies: 1
    Last Post: Jul 16th, 2005, 05:22 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 2
    Last Post: Oct 15th, 2004, 08:44 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
  •