First page Back Continue Last page Overview Graphics
Control Servlet Features*
Gives MVC style structure to web based applications
Allows JSPs to do what they do best: display information
Web application flow is maintained in an XML configuration file instead of being scattered throughout many JSPs or Servlets
Abstracts form processing from JSPs improving reuse and modularity