You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/16 10:14:25 UTC

[Cocoon Wiki] Update of "DesignPattern/Overview" by JCKermagoret

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by JCKermagoret:
http://wiki.apache.org/cocoon/DesignPattern/Overview

New page:
= Intent =
This project has the following goals :
 * To create a collection of reusable module to help to build quickly robust web application, without programming 
 * To avoid to reinvent the wheel
 * To point out your added value

= Design Pattern List =
 *  '''[:DesignPattern/ECrud]''' -- how to create E-CRUD (Create, Read, Update, Delete + Search, Sort, Paginate, ...) application
 *  '''[:DesignPattern/FormGeneration]''' -- how to create E-CRUD (Create, Read, Update, Delete + Search, Sort, Paginate, ...) application
 *  '''[:DesignPattern/FormProcessing]''' -- how to create E-CRUD (Create, Read, Update, Delete + Search, Sort, Paginate, ...) application
 *  '''[:DesignPattern/ListGeneration]''' -- how to create E-CRUD (Create, Read, Update, Delete + Search, Sort, Paginate, ...) application
 *  '''[:DesignPattern/Filtering]''' -- how to create multiple xml files from only one original with conditional filtering
 *  '''[:DesignPattern/Locator]''' -- how to design your pipelines in a loose coupling way

ECRUD design pattern uses all the others but they may all be used alone.