Where should I start and how to progress when learning Java EE
- by danizmax
I know basic stuff like, what are beans, jsp, servlet, jsf and how this stuff should work together. I know how to make basic jsp page with database query for example. Now I need to know what is the best path to learn all this stuff.
My plan is to learn in this order:
jsp (including persistance and JSTL)
servlets + beans
jsf
The jump to frameworks (hibernate, struts, spring, etc)
Also I'm not exactly sure about JSF, is it a must to make great pages or is it just a convenience to know?