April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Front Controller (Servlet Controller)
nDispatcher Servlet - “Front Controller” implementation
nA single Front Controller servlet that dispatches requests to individual Controllers
nRequest routing is completely controlled by the Front Controller
n
nA lógica do MVC é altamente generalizável;
n
nPodemos listar mais de 50 frameworks diferentes: Cocoon, Action Framework, Maverick, MyFaces, …., SpringMVC, Struts, Tapestry, WebWork, PHP, RubyOn Raetc
n