What are the main classes which are used in struts application?
- ActionServlet : Its is back-bond of web application. Its a controller class responsible entire request.
- Action : Using Action classes all the business logic is developed us call model of the application also.
- ActionForm : Action Form class is Java Bean. its mapping between form data to Action.Form's data objects to be auto wiring client form data to server side.
- ActionMapping : Its mapping object and Action.
- ActionForward : This is getting result and controller to forward destination.
No comments:
Post a Comment