Answer Posted / dsr
model 1 is a mvc1 pattern, it has no controler. Model 2 is
a mvc2 patern, it has action controler. In mvc1 the
request goes to jsp page and response also goes to jsp
page, this is jsp to jsp relation. In mvc2 there is one
controler available, the controler name is action
controler. The re quest goes to controler and searching
the related classes in structs-config.xml file and then
related the classes files will be executed and response
goes to view(jsp or html) page.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
When should be opt for struts framework?
What are the steps involved in creating a strut application?
For a single Struts application, can we have multiple struts-config.xml files?
Is there a particularly good ide to use with struts?
How we can install struts?
Define struts?
What are the core classes of struts framework? Explain
If the framework doesn’t do what I want, can I request that a feature be added?
What is token used for?
What are the struts2 configuration properties that control file uploading process?
What is dispatchaction?
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
Explain the difference between plain-validator and field-validator in struts?
What is jakarta struts framework?
Does apache tomcat use struts?