I am new to java development !
Facing some problem , and bit confused. My purpose is to deploy a website using struts …
Eclipse
Mysql
Tomcat
The situation is that i have already installed jdk-7u7-windows-i586 and eclipse-java-juno-win32 but i cant do web programming, now do i need to install any jdk ee version from the links below ??
http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u3-downloads-439814.html (OR) http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-6u3-jdk-7u1-downloads-523391.html
What about eclipse ?? do i need to download Eclipse IDE for Java EE Developers ??
Also Which version of tomcat server should i install ?
You can get eclipse bundled with an application server, glass fish, and with java EE. For application development Glassfish will do everything tomcat will, and has support for EJB.
http://dlc.sun.com.edgesuite.net/glassfish/eclipse/
But to be honest you probably need to start with some basic tutorials on application development with Java EE. Struts is not a beginner concept and if you have never played around with server-side java then it won’t be intuitive.