A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1412.html
Document ID: 1412 Branch: main Language: default Name: Overview (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 3/14/08 4:45:00 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 7395 bytes (previous version: 7197 bytes) Content diff: (30 equal lines skipped) <p>The most basic functionality is request dispatching that is handled by the <a href="http://cocoon.apache.org/subprojects/servlet-service/1.0/servlet-service-impl/1.0/apidocs/org/apache/cocoon/servletservice/DispatcherServlet.html"><tt>DispatcherServlet</tt></a>. --- The dispatcher servlet is the entry point to all servlets that are managed by --- the servlet-service framework.</p> +++ The dispatcher servlet, which is managed by a Java web application container, is +++ the entry point to all servlets that are managed by the servlet-service +++ framework. The current implementation of the Servlet-Service-Framework uses +++ Spring to manage the servlets:</p> +++ <p align="center"><img src="daisy:1430"/></p> +++ <p>Each servlet is registered by setting the property <tt>mount-path</tt>. This property defines the request path which can be used to access a particular servlet. When a request is being handled by the DispatcherServlet, it scans all (163 equal lines skipped)