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 a custom tag?
Is struts 1 still supported?
Why do the struts tags provide for so little formatting?
In which method of action class the business logic is executed?
Explain the core end goal while using java struts?
Name the different types of actions found in struts.
What are the 5 constants of action interface?
What is struts xml?
What is the purpose of @result annotation?
in struts how to use hibernate with struts>
Who wrote struts?
Give an example of validates method used to avoid errors.
Explain design patterns which is used in struts?
What is the design role played by struts?
Which tag is used to declare constants in struts xml?