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 |
How can we handle exceptions thrown by application in Struts2?
What does it cost to replace struts?
What are the steps of struts installation?
What are the components of struts framework?
why do we use logic tag library in struts?
How action-mapping tag is used for request forwarding in struts configuration file?
How to create validations?what are struts validation components?
How do u provide security to ur project?(Banking domain project)
Main reasons for using servlet as a controller in struts. why not jsp
In which method of action class the business logic is executed?
What is Hibernate?
What is struts framework in java?