| Author |
requestprocessor class and action class fitment in Struts MVC?
|
scott miles
Ranch Hand
Joined: Jun 16, 2011
Posts: 70
|
|
This question is regarding struts 1.2. As we know struts follows the mvc archtecture. If we defiine the mvc classes in struts then jsp is view,controller is actionservlet and model is datastore and classes manipulating the data in datastore like dao class, Businees logic class and value objects. Right? My question is where we can fit requestprocessor class and action class like baseaction,dispatc action in mvc. I mean they are considered as part of controller or model?
Second is Which class act as requestdisptcher in struts.
|
 |
 |
|
|
subject: requestprocessor class and action class fitment in Struts MVC?
|
|
|