View Poll Results: On which version of Java are you running Eclipse with Spring IDE?

Voters
102. You may not vote on this poll
  • Java 1.4

    11 10.78%
  • Java 5

    64 62.75%
  • Java 6

    27 26.47%
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: On which version of Java are you running Eclipse with Spring IDE?

  1. #1
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Question On which version of Java are you running Eclipse with Spring IDE?

    For Spring IDE version 2.0 we would like to leverage the new language features of Java 5 (mostly generics, foreach loops and enums). Now we are wondering how many Spring IDE users are still running Eclipse on Java 1.4 and why.

    Torsten

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

    Default

    I've recently starting switching all my open source projects to Java 5.

    +1 to JDK 5.

    For projects requiring 1.4 compilation, there's always Retroweaver (http://retroweaver.sourceforge.net).

  3. #3
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    I use both 1.5 and 1.4 in projects (so I voted for 1.4). Unfortunately the big container vendors are still on 1.4, so it isn't practical for people who use or might have to use (e.g.) WebSphere to switch to 1.5 yet.

    I guess maybe that doesn't mean I can't use Java 5 to run Eclipse and Spring IDE? Maybe I should vote again...

  4. #4
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    +1 for Java 5 here also.

    We are also currently in the process of switching our internal project to Java 5.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  5. #5
    Join Date
    Apr 2006
    Location
    Oslo, Norway
    Posts
    23

    Default

    Quote Originally Posted by david_syer View Post
    Unfortunately the big container vendors are still on 1.4, so it isn't practical for people who use or might have to use (e.g.) WebSphere to switch to 1.5 yet.
    Exactly the same problem here. Company politics has made upgrading Websphere servers a slow process. Actually we are now migrating from 1.3 to 1.4

  6. #6
    Join Date
    Nov 2006
    Location
    The Netherlands
    Posts
    33

    Default

    I voted for 1.5, but that's because I'm in the luxurious position that the Java development here is a green field, all legacy systems are in a different language.
    All new projects I start in 1.5, I'm migrating some old ones from 1.4 to 1.5

    But... I know a few old clients of mine that have no choice then to run 1.4 (and even a few still have to run 1.3), no way around it.
    Barre Dijkstra

  7. #7
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Actually I'm running Eclipse with Java 5 (but in 1.4 compatibility mode) and run the application with a 1.4.2 JRE as we too have a restriction based on the app server.

    But in this scenario I think I can vote for Java 5 :-)

  8. #8
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by salp View Post
    I voted for 1.5, but that's because I'm in the luxurious position that the Java development here is a green field, all legacy systems are in a different language.
    All new projects I start in 1.5, I'm migrating some old ones from 1.4 to 1.5

    But... I know a few old clients of mine that have no choice then to run 1.4 (and even a few still have to run 1.3), no way around it.
    We are in the same position regarding 1.5, very nice!

    Some of our agent code however has to be 1.1 compatible, . Thats so last century , where was I in 1997?
    Last edited by karldmoore; Aug 29th, 2007 at 11:45 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  9. #9
    Join Date
    Nov 2006
    Location
    Montreal Canada
    Posts
    67

    Default

    My life was not complex enough so I started my first Spring project with version 1.6.
    I am also running all of the tools and personal apps on 6 and have been very happy so far.
    Seems to run everything a bit faster. No problems with Tomcat, Eclipse, Compendium.
    I would be interested in any comments about potential problems with being 1 generation ahead of the mainstream.
    Are there known features in Java 6 that could cause problems with tools and applications that are designed to run under Java 5? I was able to complete the Spring MVC tutorial under version 6 and so far all of my problems with my new development have been self-inflicted.
    I am not worried about 1.4 since I am happy to wait out the tool development community's adoption of 1.5. I am guessing/hoping that I will not need any tools that are only available on 1.4.
    My own impression as a user of Java applications is that 5 was so much better than 1.4 that people stuck on 1.4 should be pushing hard to get to 5.


    Ron

  10. #10
    Join Date
    Nov 2006
    Location
    Montreal Canada
    Posts
    67

    Default

    PetClinic also works under 6.

Posting Permissions

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