I’m a beginner coding a Java web application. I used to code Ruby On Rails.
Can you recommend a standard, cool environment for Java web application coding? Is Java+Tomcat+Struts+Eclipse standard?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would say your choices of Java (duh), Eclipse (Netbeans is also a viable option for IDE) and Tomcat are pretty non-controversial.
Struts was a good framework for MVC web applications, but I think it may be a bit dated these days – Spring seems to be the primary heir apparent in that category. However, if you’re jumping onto a whole new language and platform I would suggest leaving an MVC framework out of the mix at first and just coding basic servlets or JSPs by hand. Once you have those basic technologies down, then you can get into fancier frameworks.