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’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is spring and struts in java?
What are the action classes in struts?
How many struts config file in a struts application?
What happens when Two users requests for same action class? How the threads are controlled?
Explain integrate log4j in struts2 application?
What is struts validator framework?
What is the purpose of @createifnull annotation annotation?
explain method overridding method overloding with examples?
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?
What are the custom tags?
How is the mvc design pattern used in struts framework?