What is MVC Architecture?
Answer Posted / pkr_reddy
MVC is model view controller architecture .
MVC is divided into 3 parts
1.MVC
2.MVC ->1 this is jsp and java bean commmunication.
3.MVC ->2 this is servlet+jsp+javabean+struts commun.
model is backend database or java bean.
view is output html 0r jsp.
controller is logic that is servlet.
| Is This Answer Correct ? | 210 Yes | 64 No |
Post New Answer View All Answers
What is the use of reset method of ActionForm class?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is the use of struts?
What is the purpose of @before?
What are the components of struts framework?
Why was reload removed from struts (since 1.1)?
What does execandwait interceptor?
Explain about the validation steps which have to be carried during validation of client-side address?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is the purpose of action-mappings tag in struct-config.xml?
Why actionservlet is singleton in struts?
Who makes the struts?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
How does interceptor work in struts2?
What is validate() and reset() functions?