Answer Posted / krishnareddy
hi all,
->designpattern means it is the solution for the
reoccuring problem.
->The main aim of the MVC architecture is to separate
the business logic and application data from the
presentation data to the user.
->in model we can write our own code(like beans).
simply we can say that model is responsible for
managing the data.
->in view component we can write jsp code.
->controler is responsible for controling the application.
as part of controler we can write the servlet code.
use of mvc:-
1)suppose we write the code as part of controler to connect
to oracle database.
now i want to connect to another database like sybase.in
that particular swictuation i dont need to change model and
view components.what ever the code up to that controler
part only has been changed.
so that performance of the application automatically
increased.
there is the clean separation between the business logic
and presentation logic.
2) By using the MVC design pattern our
application becomes more expressive
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Who wrote struts?
What’s the difference between struts and espresso?
Explain the difference between jakarta struts and apache struts?
What is the purpose of execute() method?
What is struts2 framework?
What is struts and why it is used?
What is the role of action class?
What’s the utilization of struts.xml configuration file?
Describe validate() and reset() methods.
What is the use of forwardaction?
Explain about the validation steps which have to be carried during validation of client-side address?
What are the ways in which duplicate form submission can occur?
How do you convert struts to springs?
What are the components of struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?