On 7/17/07, Daniel Fagerstrom <[EMAIL PROTECTED]> wrote:
<snip/>
I will start from the WebFlow tutorial and give an outline on what needs to be modified: * The root application context (services-config.xml) needs to be extended with the Cocoon components. See http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/applicationContext.xml for what is needed. This in turn will load all bean configs frm the Cocoon blocks. * If you want to use Cocoon in the "classic" style the o.a.c.servlet.SitemapServlet needs to be configured in the web.xml. If you want to use the servlet service style the o.a.c.servletservice.DispatcherServlet needs to be configured (http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml).
Can you explain why someone would prefer one approach over the other? <snip/> -- Peter Hunsberger
