Answer Posted / vikas
MVC, An architecture used for separating Business Layer
functionality represented by javabeans(the model) from the
Presentation Layer functionality represented by JSPs(the
view) using an intermediate servlet based controller.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by dynaactionform?
What is the purpose of @action annotation?
Which design pattern the interceptors in struts2 is based on?
What are the some useful annotations introduced in struts2?
Explain how can we upload files in struts2 application?
Describe validate() and reset() methods.
What is the flow of requests in struts based applications?
Who wrote struts?
Are interceptors and filters different?
Can we have multiple struts config files ?
Explain about logic match tag?
how to develop the submit and search operations in single jsp using struts?
What are the cons of struts 2?
How duplicate form submission can be controlled in struts?
What is the difference between struts and spring?