• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Prerequisites for learning Struts and other Java based Web Frameworks.

 
Greenhorn
Posts: 10
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I have completed learning Core Java language. Now I am learning EJB 3 through "EJB3 in Action" book.

I'm curious to know what is the learning path for learning Java-based web frameworks such as Struts, Spring MVC, Tapestry, Wicket, GWT, etc.

Everywhere I see, people are talking in technical jargon about the inside out of these frameworks. I can't understand as to what knowledge should I have to learn these frameworks.
 
Greenhorn
Posts: 8
Hibernate Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sayid,

Every web framework for java is built on JEE core web technolgies i.e Servlets and JSP.
So learn Servlets and JSP properly before learning EJB.
The learning curve would be enjoying if you start with JSE( java core which covers JDBC,RMI), Servlets,JSP and then EJB.
Happy Learning. All the Best.
 
Aamir Sayid
Greenhorn
Posts: 10
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much Rajesh,

I have now placed an order for "Head First Servlets and JSP" book. I hope that will help me with Servlets and JSP technology (as you recommended me to learn that first).

Further I'll try to learn JDBC, RMI, etc also.

Thanks again.
 
Rajesh Vassey
Greenhorn
Posts: 8
Hibernate Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome.

Yes Head First Servlets and JSP is a great book for your start.
Happy Learning Ahead.
 
Aamir Sayid
Greenhorn
Posts: 10
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you again, Rajesh.

It feels good when somebody helps.
reply
    Bookmark Topic Watch Topic
  • New Topic