which MVC architecture struts follows and why?

Answers were Sorted based on User's Feedback



which MVC architecture struts follows and why?..

Answer / 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

which MVC architecture struts follows and why?..

Answer / dev

MVC 2

Is This Answer Correct ?    5 Yes 0 No

which MVC architecture struts follows and why?..

Answer / guest

Hai dev, why MVC2

Is This Answer Correct ?    5 Yes 1 No

which MVC architecture struts follows and why?..

Answer / sasikaladuraiswamy

hai Pradeep, why m v c 1 & 2. need more info....

Is This Answer Correct ?    0 Yes 2 No

which MVC architecture struts follows and why?..

Answer / pradeep kumar

hi to all.
Struts uses both M V C 1 & 2 architectures.
based on the project requirement v can decide which has to
use .According to my knowledge v can decide which M V C can
be used at the time of project development only.


if any other plz post .
thanks in advance .

Is This Answer Correct ?    0 Yes 9 No

which MVC architecture struts follows and why?..

Answer / shankar

sturts use both mvc 1 and mvc2

Is This Answer Correct ?    0 Yes 16 No

Post New Answer

More Struts Interview Questions

what is the current salary package in India for a java programmer who has 2 years experience

7 Answers  


In struts.xml, what does the attribute "method" stands for in the "action" tag?

0 Answers  


Does Struts2 action and interceptors are thread safe?

0 Answers  


What are the differences between http direct and http indirect?

0 Answers  


What is includeaction?

0 Answers  






What is Model 1 and Model 2?

3 Answers  


When do I need “struts.jar” on my classpath?

0 Answers  


How Struts will follow the MVC?

6 Answers   HCL,


What is the use of form bean in struts?

0 Answers  


What are the applications of struts?

0 Answers  


What is action class? What are the types of action class?

0 Answers  


How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?

1 Answers   Allied Digital,


Categories