why we use struts in our web application , means what was
drawbacks of servlet ...pls answer
Answer / maneesha pandey
Programming web applications using servlets only is a very
hard thing, since you will have to write your HTML code
inside the servlet, which will produce complex, unreadable
and unmaintainable code.
The same thing is with JSP. If you program a web application
using JSP alone, you'll have to put your java code in JSP
pages, which will also be very hard to read and maintain.
This was the reason of the rise of the model 2
architecture(srtuts), where the servlet controls the flow of
the request, calls a model class to do the business logic,
decides which view (jsp or other) to send to the user, and
then sends the response to the user. This is known as the
MVC (Model-View-Controller) design pattern.
| Is This Answer Correct ? | 14 Yes | 0 No |
What is the purpose of @beforeresult?
What do struts do?
What is the use of token interceptor in Struts2?
Which file is used by controller to get mapping information for request routing?
Name some of the features of struts2?
What is the use of jsonvalidation in struts?
What are the bundled validators?
When do I need “struts.jar” on my classpath?
What is the life cycle of actionform?
Do I have to credit struts on my own website?
what is purpose cvs and vss in eclipse?
Why do the struts tags provide for so little formatting?