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 difference between interceptors and filters?
Are struts and shocks the same?
What is the purpose of @after?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Give an example of validates method used to avoid errors.
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What do you know about validation plugin ?
What configuration changes are required to use resource files in Struts?
What are the struts2 error message keys that can come during file uploading process?
What is the purpose of interceptors?
How to display validation errors on jsp page?
how to connect from struts to database through hibernet and where u can modify the class
What do you mean by a custom tag?
For a single Struts application, can we have multiple struts-config.xml files?
What is struts xml?