You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by da...@cocoon.zones.apache.org on 2008/01/12 16:30:14 UTC

[DAISY] Updated: Overview

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: 1/12/08 3:29:56 PM
Updated by: Grzegorz Kossakowski

A new version has been created, state: draft

Parts
=====

Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name:  (unchanged)
Size: 921 bytes (previous version: 225 bytes)
Content diff:
(4 equal lines skipped)
    any dependencies on Cocoon core and can be used to introduce standardized
    communication between any servlets.</p>
    
+++ <h1>Introduction to architecture</h1>
+++ 
+++ <p>Servlet Services Framework (SSF) is built around few concepts:</p>
+++ 
+++ <ul>
+++ <li>request dispatching</li>
+++ <li>standarized communication between servlets</li>
+++ <li>Object Oriented techniques:</li>
+++ <ul>
+++ <li>abstraction/composition</li>
+++ <li>inheritance</li>
+++ <li>polymporhism</li>
+++ <li>encapsulation</li>
+++ </ul>
+++ 
+++ </ul>
+++ 
+++ <p>that we will discuss in-detail later.</p>
+++ 
+++ <h2>Request dispatching</h2>
+++ 
+++ <p>The most basic functionality is request dispatching handled by
+++ <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><tt>.</tt>
+++ </p>
+++ 
    </body>
    </html>