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 discontinuous strut?
what is project architecture?give brief explanation about project architecture?
3 Answers CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,
How can we handle exceptions thrown by application in Struts2?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
what are tiles in struts?
Which tag is used to declare constants in struts xml?
how to connect from struts to database through hibernet and where u can modify the class
Why we use struts over servlets?
Where can I get help with struts?
Can u call Action class methods fro struts-config.xml file?
Explain the components of struts?
what is difference between <bean:write> and <bean: message> tag