What is MVC Architecture?
Answer Posted / jac
MVC architecture acts just as an application interface.its
has got 3 parts
1) model
2) view
3) controller
The main aim of MVC architecture is to separate the
business logic and application data from the presentation
data to the user
Advantages
1. They are resuable : When the problems recurs, there is
no need to invent a new solution, we just have to follow the
pattern and adapt it as necessary.
2. They are expressive: By using the MVC design pattern
our application becomes more expressive
| Is This Answer Correct ? | 48 Yes | 6 No |
Post New Answer View All Answers
What is the use of form bean in struts?
What is apache struts used for?
What do you mean by ognl?
What is the use of jsonvalidation?
What is the difference between struts and spring?
What is struts.devmode?
What are the steps required for setting up validator framework in struts?
What is the significance of logic tags in Struts?
How can we write our own interceptor and map it for action?
Which configuration files are used in struts?
What is request processor and how does it relates to action mapping?
Whats the difference between the default namespace and the root namespace?
What is controller in struts ?
What is purpose of execandwait interceptor?
Can I have html form property without associated getter and setter formbean methods?