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’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


What is spring and struts in java?

0 Answers  


What are the action classes in struts?

0 Answers  


How many struts config file in a struts application?

0 Answers  


What happens when Two users requests for same action class? How the threads are controlled?

4 Answers  






Explain integrate log4j in struts2 application?

0 Answers  


What is struts validator framework?

0 Answers  


What is the purpose of @createifnull annotation annotation?

0 Answers  


explain method overridding method overloding with examples?

5 Answers   IBM,


when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?

4 Answers   Wipro,


What are the custom tags?

0 Answers  


How is the mvc design pattern used in struts framework?

0 Answers  


Categories