I have heard that most real world Java projects are done using Struts. Although it is necessary to understand JSP and Servlets to use Struts, very few projects use JSP and Servlets as the technology. Is this true?
Veeresh Hosur
Ranch Hand
Joined: Dec 18, 2007
Posts: 32
posted
0
Struts uses MVC II model. According to that there also servlets are used. So we cannot conclude web applications are without servlets or jsp.
Thanks Veeresh
arulk pillai
Author
Ranch Hand
Joined: May 31, 2007
Posts: 3190
posted
0
Servlets and JSPs are the foundation and Struts is just a framework. To build good web applications one needs to understand the HTTP paradigm and its concepts.