How is the Struts framworl related to MVC2?

Answers were Sorted based on User's Feedback



How is the Struts framworl related to MVC2? ..

Answer / chandra sekhar puli

In MVC2 pattern Servlet act as Controller.
In struts framework Controller is ActionServlet which is a
Servlet.
Thus struts framework is related to MVC2.

Is This Answer Correct ?    6 Yes 0 No

How is the Struts framworl related to MVC2? ..

Answer / guest

struts framework is an implementation of MVC2 Architecture
or design pattern. MVC2 is about the loose coupling between
the presentation layer and the business layer.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Struts Interview Questions

What is the default location of result pages and how can we change it?

0 Answers  


What are the pros of struts 2?

0 Answers  


Is form beans are serializable or not?

11 Answers   College School Exams Tests, Magna Infotech,


why we are using vo,dao and dto design patterns in struts framework

3 Answers   Wipro,


Which file is used by controller to get mapping information for request routing?

0 Answers  






How you will make available any message resources definitions file to the struts framework environment?

0 Answers  


In how many ways duplicate form submission can occurs?

0 Answers  


Difference between html tags and struts specific html tags

0 Answers  


What is the purpose of @result annotation?

0 Answers  


What is the use of jsonvalidation in struts?

0 Answers  


What is struts framework?

0 Answers  


Difference between struts and spring? Or why use spring, if you are already using struts?

0 Answers  


Categories