Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / larry
Template Helpers
Areas
Following are supported in MVC 2 and Not 1
Support for Asynchronous Controllers
Support for DefaultValueAttribute in Action-Method Parameters
Support for Binding Binary Data with Model Binders
ModelMetadata and ModelMetadataProvider Classes
Support for DataAnnotations Attributes
Model-Validator Providers
Client-Side Validation
New RequireHttpsAttribute Action Filter
Overriding the HTTP Method Verb
New HiddenInputAttribute Class for Templated Helpers
JsonResult now responds only to HTTP POST requests
New syntax to support HTML Encoding automatically
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we upload files in Struts2 application?
Explain the core end goal while using java struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is interceptor in Struts2?
What is the use of Struts.xml configuration file?
What are best practices to follow while developing Struts2 application?
What is the purpose of @expressionvalidator annotation?
How you will enable front-end validation based on the xml in validation.xml?
What is spring hibernate and struts in java?
How can we display all validation errors to user on jsp page?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Explain the life cycle of a request in struct2 application?
how to debug struts project in netbean ?
What’s the difference between struts and espresso?
When should be opt for struts framework?