What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / pradeep c
The main difference is MVC1 Combines both presentation
logic with the Business logic. But, Mvc2 gives seperation
between presentation and business logic.
| Is This Answer Correct ? | 96 Yes | 11 No |
Post New Answer View All Answers
How action mapping is configured in Struts?
What is the purpose of @doublerangefieldvalidator annotation?
State an example of struts configuration file as an action parameter for action servlet.
What is the purpose of execute() method?
How does interceptor work in struts2?
Explain the complete struts validator framework.
What is struts framework in java?
What are the struts2 error message keys that can come during file uploading process?
What is declarative exception handling in struts?
What are the steps used to setup dispatch action?
How can we display validation errors on jsp page?
How exceptions are handled in struts application?
How is declarative handling of exceptions done in struts ?
What are the components of struts?
In struts, how can we access java beans and their properties?