aspose file tools
The moose likes Struts and the fly likes requestprocessor class and action class fitment in Struts MVC? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "requestprocessor class and action class fitment in Struts MVC?" Watch "requestprocessor class and action class fitment in Struts MVC?" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: requestprocessor class and action class fitment in Struts MVC?
 
Similar Threads
JDBC in Action class...???
What are the differences btw MVC and Front Controller design patterns?
Struts2 Action best practice
Actionservlet is model or controller
Related To Controller