Answer Posted / venkat
MVC
Model View Controller
->Using of mvc means there will be clean seperation layers
in application devolopmaent.
->modification done in one layer does not disturb the
another layer.
->Because of parallal devolopement the productivity is
always better.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ValueStack and OGNL?
What are the steps required for setting up validator framework in struts?
What is the purpose of @conversion annotation annotation?
Which design pattern is implemented by Struts2 interceptors?
How we can configured action mapping in struts?
What are the benefits of the struts system?
How to handle exceptions in structs?
What configuration files are used in struts?
What is used to display the intermediate result in an interceptor?
How can we integrate log4j in Struts2 application?
What is struts in j2ee?
Does apache struts run on windows?
What is declarative exception handling in struts?
When should we use SwtichAction?
What are the benefits of Interceptors in Struts2?