Model 2 / MVC / Front Controller are all the same thing. In Struts the
"Front Controller" is the "ActionServlet", it
receives/handles/dispatches every single request that comes into your
web app. You write actions that are like units of functionality, then
specify in a mapping file the relationship between URLs and the Action,
then depending on where the user is going, the ActionServlet will call
the appropriate Action at the appropriate time to handle the user's request.
Chaikin, Yaakov Y (US SSA) wrote:
Hi,
Struts project is for MVC. Is there a project out there that implements
Front Controller pattern?
Thank you.
Yaakov Chaikin
Software Engineer
BAE SYSTEMS
301-838-6899 (ph)
301-838-6802 (fax)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]