Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then
Answer Posted / pulkit bhardwaj
Servlets and Jsp can follow mvc1 architecture while Struts
uses MVC2 architecture thus it is more efficient and secure
to develop any web application.Also, it provides its own
TLD's which make it more easier to work upon.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can we write our own interceptor and map it for action?
How action-mapping tag is used for request forwarding in struts configuration file?
When it’s useful to use IncludeAction?
What are the features of struts?
How to use forward action to restrict a strut application to mvc?
Explain the life cycle of a request in struct2 application?
What are Struts2 core components?
What are apache struts?
What's the purpose of execute method of action class?
What is the difference between struts1 and struts2?
Why we use struts in java?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is strut web xml?
What is strut action mapping?
In how many ways duplicate form submission can occurs?