i am going to develop a web application using Struts,Spring and Hibernate. But i have no idea about any of them. Even i know little about JSP and nothing about Servlet. So my question is what to do? I have to learn all those things. But i don't have much time. Normally to learn something i read books on that topics or use tutorials. Now i need links of good tutorials and books on all these. or i need suggestion about how to learn these things. which to learn first and how?
Asked
Active
Viewed 2,630 times
3
-
Are you using applications server? Or why do you write about J2EE? What exactly do you mean by not having much time? What do you know about java? – Carl Düvel Jul 26 '10 at 07:20
-
i thing i am good at java. i'm using tomcat. i need a overall idea on all these. – user222585 Jul 26 '10 at 07:25
-
2Does it have to be Struts? There are many more modern web frameworks for Java such as Spring MVC, Wicket, Stripes, ... – SteveD Jul 26 '10 at 08:57
-
yah it have to be struts – user222585 Jul 26 '10 at 09:47
-
1struts or struts2? when struts2 take a look at the showcases provided with struts2 – Johannes Jul 26 '10 at 09:58
2 Answers
7
You should forget about Struts, Spring and Hibernate for now. Put them aside.
The fundamentals are serlvets, JSPs written using JSTL, and JDBC. Those are the basis for Struts, Spring and Hibernate. If you don't know those you'll find the frameworks to be totally confusing.
You should do at least one web app using the basic technologies without frameworks. You'll understand what's being done, and you'll appreciate all that the frameworks do for you.

duffymo
- 305,152
- 44
- 369
- 561
4
You can start here official JavaEE 6 tutorials. You say you know nothing about servlets, so you might want to look at the older J2EE 1.4 for servlets and jsps.
You might find these helpful: