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


Please Help Members By Posting Answers For Below Questions

What applications use apache struts?

685


What is actioninvocation?

722


What is struts and springs in java?

733


What do you mean by dynaactionform?

716


What is the use of forwardaction?

727


What are the life cycle methods of interceptor?

705


What is the use of resourcebundle.properties file in Struts Validation framework?

800


What are the steps used to setup dispatch action?

708


What are the Core classes of Struts Framework?

770


What is an interceptor stack?

754


How to get data from the velocity page in a action class?

738


What do you mean by action errors and what are the results they force?

809


What are the classes used in struts?

809


Explain struts?

754


What is struts actionmapping?

697