| Author |
controller
|
thomas wilson
Greenhorn
Joined: Sep 21, 2004
Posts: 24
|
|
|
If I am not mistaken, MVC pattern states that it's good to have only 1 servlet as the controller. Does Struts violate this? Thank you
|
 |
George Franciscus
author
Ranch Hand
Joined: Jan 25, 2005
Posts: 32
|
|
|
Struts has just one Servlet - the ActionServlet. However, most of the heavy lifting is done by the RequestProcessor. You can read all about it at http://struts.apache.org/userGuide/introduction.html and http://struts.apache.org/userGuide/building_controller.html
|
George Franciscus<br />george.franciscus@nexcel.ca<br /><a href="http://www.nexcel.ca" target="_blank" rel="nofollow">http://www.nexcel.ca</a><br /><a href="http://www.manning.com/franciscus" target="_blank" rel="nofollow">http://www.manning.com/franciscus</a>
|
 |
 |
|
|
subject: controller
|
|
|