which MVC architecture struts follows and why?
Answer Posted / prapanch
struts will follow mvc2 architecture.
in mvc2 architecture there will be only one action servlet
which acts like a controller and it will be the only
servlet needs to be configured in the web.xml. but in mvc1
there will be many controllers as many servlets will
present, so you need to configure all the servlets there in
web.xml. so if there is any change occurs in any one of the
servlets you need to deploy it again.
Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What applications use apache struts?
What is actioninvocation?
What is struts and springs in java?
What do you mean by dynaactionform?
What is the use of forwardaction?
What are the life cycle methods of interceptor?
What is the use of resourcebundle.properties file in Struts Validation framework?
What are the steps used to setup dispatch action?
What are the Core classes of Struts Framework?
What is an interceptor stack?
How to get data from the velocity page in a action class?
What do you mean by action errors and what are the results they force?
What are the classes used in struts?
Explain struts?
What is struts actionmapping?