the action class is type of the model and is a


The Action Class is type of the Model and is a wrapper around the business logic. The purpose of Action Class is to change the HttpServletRequest to the business logic. To use the Action, we require to Subclass and overwrite the execute () method. In the Action Class all the database/business processing is completed. It is advisable to perform all the database related stuffs in the Action Class. The ActionServlet (commad) passes the parameterized class to Action Form using the execute () method. The return type of the execute method is ActionForward which is taken by the Struts Framework to forward the request to the file as per the value of the returned ActionForward object.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: the action class is type of the model and is a
Reference No:- TGS0266707

Expected delivery within 24 Hours