I have done Java SE and want to start JAVA EE. But i am very confused, from where i have to start .So please tell me the roadmap from where to start Java EE ?
closed as not a real question by Oded♦, Thomas Owens♦, Dan McGrath, Martijn Verburg, Anna Lear♦ Jan 11 '12 at 15:42
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Java EE is a huge umbrella of APIs to build scalable and distributed applications. I think the most important part that you need to study now is Java Servlets and JSP (doing Java web development). You really need to know how to build web applications by using raw Servlets and JSPs before adopting a web framework like SpringMVC, Grails, Play! ... I heartily recommend Head First Servlets and JSP, 2nd Edition. Also have a look at The Java EE 5 Tutorial to see what Java EE offers in general. |
|||
|
|
