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 dispatch action class?
How is token generated?
How many instances of servlet usually run in a struts application ?
What is the difference between plain-validator and field-validator?
In struts, how can we access java beans and their properties?
What are the components of struts framework?
What is the purpose of @keyproperty annotation annotation?
What is the purpose of @createifnull annotation annotation?
what is ACID test for fresh engineers??what is the pattern??
What is the role of a handler in mvc based applications?
What is the use of reset method of ActionForm class?
What are the bundled validators?
Does struts include its own unit tests?
What is use of i18n interceptor?
What is switchaction?