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 use of Struts.xml configuration file?
How can we integrate log4j in Struts2 application?
What is spring and struts in java?
Explain the necessity of empty tag?
What does i18n interceptor?
How interceptor works in struts 2?
Which class of struts is responsible to converts data types from string and vice versa?
What are result types in struts?
How to convert struts to spring mvc?
Explain struts?
What is dispatch action class?
What is the difference between shocks and struts?
How duplicate form submission can be controlled in struts?
How client side validation is enabled on a jsp form?
how does request processor relates to action mapping?