A document has been updated:

http://cocoon.zones.apache.org/daisy/documentation/1316.html

Document ID: 1316
Branch: main
Language: default
Name: Applications (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 1/15/07 2:50:23 PM
Updated by: Carsten Ziegeler

A new version has been created, state: publish

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 3928 bytes (previous version: 3918 bytes)
Content diff:
(31 equal lines skipped)
    <p>Let's have a look at a simple application configuration:</p>
    
    <pre>&lt;bean name="org.apache.cocoon.auth.Application/WebShop"
---            class="="org.apache.cocoon.auth.StandardApplication"&gt;
+++            class="="org.apache.cocoon.auth.impl.StandardApplication"&gt;
      &lt;property name="securityHandler" 
ref="org.apache.cocoon.auth.SecurityHandler/shop-handler"/&gt;
        ... Configuration for the application - if required
    &lt;/bean&gt;        
(23 equal lines skipped)
    <em>org.apache.cocoon.auth.Application</em> interface.</p>
    
    <p>Cocoon Auth comes with a standard implementation -
--- <em>org.apache.cocoon.auth.StandardApplication</em> - this implementation 
should
--- suffice most use cases, have a look at the documentation of this class for 
more
--- info.</p>
+++ <em>org.apache.cocoon.auth.impl.StandardApplication</em> - this 
implementation
+++ should suffice most use cases, have a look at the documentation of this 
class
+++ for more info.</p>
    
    <p>If you want to use Cocoon Auth in combination with the Cocoon portal, you
    should use an application implementation that provides some functionality
(11 equal lines skipped)