compatible version with eclipse3.2wtp

hello....i want to make a web application in eclipse using struts, tomcat as web serverand mySql as DB...can anybody please tell me the version wich will be compatible with each other...

i am using eclipse3.2wtp

so others version will be?

struts version =?

tomcat version =?

mySql version =?

thnx

[345 byte] By [debduttaa] at [2007-11-27 9:06:29]
# 1
Shouldn't matter
georgemca at 2007-7-12 21:42:00 > top of Java-index,Java Essentials,Java Programming...
# 2

> hello....i want to make a web application in eclipse

> using struts, tomcat as web serverand mySql as

> DB...can anybody please tell me the version wich will

> be compatible with each other...

> i am using eclipse3.2wtp

> so others version will be?

> struts version =?

> tomcat version =?

> mySql version =?

> thnx

well i have experienced that if i'm using jdk1.5 to compile the whole application and then run it on tomcat 4.1 on a windows platform then there's a problem...i forgot the error but there is some while u want to run the application in tomcat 4.1...

so you can always go for

jdk 1.5

jakarta struts 2.0.1

tomcat 5.5

mysql 5.2

wht i mentioned here are all stable versions..

sabyasachi.roya at 2007-7-12 21:42:00 > top of Java-index,Java Essentials,Java Programming...
# 3

Prefer JDK 5 and above with Tomcat 5.5.* (though Java 1.4 path is available)

or use JDK 1.4.* with Tomcat 5.0.*

Struts 2.0.* works well with Java 5 onwards (again backwards for JDK 1.4.* are available)

and Struts 1.2.* words with all the JDK verseion 1.4 onwards

MySQL version should not be a problem till you have a proper JDBC driver

Note: Struts 2.1 is not out yet :)

Message was edited by:

VivekChauhan

VivekChauhana at 2007-7-12 21:42:00 > top of Java-index,Java Essentials,Java Programming...
# 4
I don't understand why you're even asking this question. Wouldn't it be more sensible - and indeed quicker - to simply download the latest version of each (although it would be perfectly reasonable to have a preferred version of Java) and see if they worked together?
georgemca at 2007-7-12 21:42:00 > top of Java-index,Java Essentials,Java Programming...