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 mean by custom tag?
What is Struts Frame Work Architecture(With Diagram) ?
What is struts and springs in java?
How can we upload files in Struts2 application?
Lists the bundled validators in struts?
Who makes the struts?
State an example of struts configuration file as an action parameter for action servlet.
What is controller in struts2?
State the procedure for using forward attribute of link tag’s.
Is struts efficient?
How to use dispatchaction?
collection framework hirarchy?