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: 272
        
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?
© Programmers or respective owner