Hi all,
In
Struts, Action class comes under which part of Controller or Model ???
My opinion is , The Action Class is part of the Model and is a wrapper around the business logic. The purpose of Action Class is to translate the HttpServletRequest to the business logic.
And i got diffrent point from this site:
http://www.roseindia.net/struts/understandingstruts_action_class.shtml Action class acts as wrapper around the business logic and provides an inteface to the application's Model layer. It acts as glue between the View and Model layer. It also transfers the data from the view layer to the specific business process layer and finally returns the procssed data from business layer to the view layer.
Can any one tell me clear idea..
Action class comes under which part Controller or Model ???
Regards
deenu