Answer Posted / mukesh verma
In MVC1 model request is captured and processed by JSP[view
and controller] but in MVC2 model servlets[as controller]
are introduced which create java bean[model]which can be
used by jsp[view].
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you explain struts.properties in struts2?
What are different ways to create Action classes in Struts2?
What is http redirect?
What is strut action mapping?
What is the difference between shocks and struts?
Why use struts framework in java?
What is actioninvocation in struts2?
What is spring and struts in java?
What is struts and why it is used?
What is the use of forwardaction?
What is the purpose of @stringlengthfieldvalidator annotation?
What is the use of resourcebundle.properties file in Struts Validation framework?
How is declarative handling of exceptions done in struts ?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Can you explain value stack?