How is the Struts framworl related to MVC2?
Answers were Sorted based on User's Feedback
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 |
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 |
What is an interceptor stack?
What is the purpose of global-forwards tag in struct-config.xml?
What are the major differences between html tags and strut specific html tags?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
Explain about token feature in struts?
What is the main difference between Mvc1 and Mvc2 Architecture??
7 Answers IBM, Ness Technologies,
In strurt why w use two differnt files web.xml and strut config.xml?
Which class of struts is responsible to converts data types from string and vice versa?
What are the bundled validators?
What is the purpose of @createifnull annotation annotation?
Why is action servlet a singleton in struts?
what is mean by custom tag?