Re: compatibility of various versions Tomcat, jdk, and struts2

2009-07-02 Thread Dimitrios Christodoulakis
Thanks Wes, Latest versions are always better to use for up to date compatibility. Are you using Struts 2.1.6, Spring 2.5.6 and the latest hibernate jpa with the bit older versions of jdk1.5.0_17 and Tomcat5.5.27 and Eclipse? If there are no known issues (based on versioning only) I'd be very

Re: compatibility of various versions Tomcat, jdk, and struts2

2009-07-02 Thread Wes Wannemacher
I am using whatever version of Java 6 that ubuntu gives me. I'm pretty sure it bumped up a version since I started this project, but I point to /usr/lib/jvm/java-6-sun which symlinks to the specific version in-play. I am an IDEA user, but I hide those details behind apache maven. If you are

Re: compatibility of various versions Tomcat, jdk, and struts2

2009-07-02 Thread Dimitrios Christodoulakis
Thanks for the detailed information Wes, this was useful. I was able to finally integrate Struts2.1.6, Spring2.5.3 and hibernate3. WEB-INF/lib became quite bloated with all the jars though :) - I think 35 jars... is it too many perhaps? I am not sure if there is a way around it, but during this

compatibility of various versions Tomcat, jdk, and struts2

2009-07-01 Thread Dimitrios Christodoulakis
Hello, while doing development I am conforming to the versions provided by our hosting service. I am trying to select the most suitable version of the framework, java and tomcat so, just wanted to ask if there are known compatibility issues with the following combination: Fixed: jdk1.5.0_17

Re: compatibility of various versions Tomcat, jdk, and struts2

2009-07-01 Thread Wes Wannemacher
On Wednesday 01 July 2009 21:56:17 Dimitrios Christodoulakis wrote: Hello, while doing development I am conforming to the versions provided by our hosting service. I am trying to select the most suitable version of the framework, java and tomcat so, just wanted to ask if there are known