Where should I start and how to progress when learning Java EE

Posted by danizmax on Programmers See other posts from Programmers or by danizmax
Published on 2011-02-03T10:15:49Z Indexed on 2011/02/03 15:33 UTC
Read the original article Hit count: 210

Filed under:
|
|

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:

  1. jsp (including persistance and JSTL)
  2. servlets + beans
  3. jsf
  4. 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?

© Programmers or respective owner

Related posts about learning

Related posts about java