Answer Posted / xxx
while using in mvc1 architechture jsp is used as the
request and the response so that the presentation and
apllication logic are the same component but in case of
using servlets in mvc2 the advantage over this is that the
request is handled using jsp but the response and the
overall manipulation is done by using the servelet so that
the presentation and application logic are the same...ie
the difference
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of execute() method?
What is struts2 framework?
What is the purpose of @beforeresult annotation?
What is front controller in struts?
How the flow of various requests happens in struts application?
Whats the difference between the default namespace and the root namespace?
How is token generated?
What is the purpose of @doublerangefieldvalidator annotation?
Describe the mvc on struts?
What do you mean by actionmapping?
How you will make available any message resources definitions file to the struts framework environment?
What is apache struts framework?
What is the purpose of '@customvalidator'?
What are the various struts tag libraries?
What is interceptor struts2?