Answer Posted / alluri.nagaraju
In MVC1 architecture mixing the presentation and business
logic.In which Jsp act as both controller and view and is
responsible for all activities and functionality provided by
Application.
In MVC2 architecture there is clear separation between
controller and view and making application design more isolated.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the bundled validators?
How can link tag’s action attribute be used?
What is a custom tag?
Can you explain aware interfaces in struts2?
What is the design role played by struts?
What are the reasons for an error message not being displayed while developing struts application?
What are the core classes of the struts framework?
What is front controller in struts2?
In struts, how can we access java beans and their properties?
What is used to display the intermediate result in an interceptor?
What are the steps involved in creating a strut application?
Explain about how requests from the client are sent?
Describe the two types of formbeans.
What is the purpose of form-beans tag in struct-config.xml?
What is s token?