Apache Struts Question:
What are the core classes of the Struts Framework?

Answer:
Struts is a set of cooperating classes, servlets, and JSP tags that make up a reusable MVC 2 design.
► JavaBeans components for managing application state and behavior.
► Event-driven development (via listeners as in traditional GUI development).
► Pages that represent MVC-style views; pages reference view roots via the JSF component tree.
► JavaBeans components for managing application state and behavior.
► Event-driven development (via listeners as in traditional GUI development).
► Pages that represent MVC-style views; pages reference view roots via the JSF component tree.
Previous Question | Next Question |
What are the components of Struts? | What is role of ActionServlet? |