What is MVC Architecture?
Answer Posted / sanjay rathod
The basic reason behind the MVC Model is to seperate the
business logic from presentation loic.
In MVC I-> The Jsp is going work just like the Controller
because request and response is get handled by JSP itself
and only model i.e database part is different than view and
controller,means the overall MVC I architecture contains
only two componants.
In MVC II->The model,view and Controller are seperated from
each other,i.e business logic and presentation logic are
seperate and database part are different from each other.
Model->Database,java bean,EJB
View-->JSP,HTML Pages
Controller-->Servlet Controller(Action Servlet)
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is package name in struts xml?
What is controller in struts ?
Can I have html form property without associated getter and setter formbean methods?
What configurations are stored in struts configuration file ?
Explain the complete struts validator framework.
Which design pattern the interceptors in struts2 is based on?
What is strut web xml?
How does struts2 token work?
What are result types in struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What’s the difference between struts and espresso?
Which model components are supported by Struts?
What is action class?
What are the core classes of struts?
What is Custom Type Converter in Struts2?