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
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Where can I get a copy of struts?
What applications use apache struts?
How you will make available any message resources definitions file to the struts framework environment?
What is the difference between validation.xml and validator-rules.xml files in struts?
Who makes the struts?
What is the configuration files used in struts?
What are the reasons for an error message not being displayed while developing struts application?
What is form bean in struts?
State the procedure for using forward attribute of link tag’s.
Describe validate() and reset() methods.
What is pojo in struts2?
What are the loop holes of struts?
What is defeult result type?
How you will enable front-end validation based on the xml in validation.xml?