Date: 2004-07-09T02:58:46 Editor: DerekLastname <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: HowTos URL: http://wiki.apache.org/cocoon/HowTos
no comment Change Log: ------------------------------------------------------------------------------ @@ -5,7 +5,7 @@ == Basics == - * '''Using CInclude''' -- How to use CInclude to include dynamic content to your pages. + * '''UsingCInclude''' -- How to use CInclude to include dynamic content to your pages. * '''CocoonProtocolExample''' -- how to use the cocoon:/ protocol to combine data from multiple sources @@ -25,7 +25,7 @@ * '''DownloadFilesToLocalDisk''' -- How to download a flow to the local disk. LionelCrine - * '''Sending Email''' -- how to configure Cocoon to send email from within an XSP -- AndrewSavory + * '''SendingEmail''' -- how to configure Cocoon to send email from within an XSP -- AndrewSavory * '''ErrorHandling''' -- how to add error handling to your [:Sitemap] -- LeighDodds @@ -67,11 +67,11 @@ * '''ServingLargeFiles''' -- how to serve really large files - [:Litrik] - * '''Serving Static Files''' -- how to serve static files, e.g. applet jars, CSS files, images, etc. + * '''ServingStaticFiles''' -- how to serve static files, e.g. applet jars, CSS files, images, etc. * '''SimpleTransformations''' -- how to configure Cocoon to do simple XSLT transformations. - * '''Jars2exclude''' -- how to write the XSL transformation "Jars2exclude" mentioned in "Create Minimal Webapp" by ''!GeoffHoward''. [:Scherler]. + * '''Jars2Exclude''' -- how to write the XSL transformation "Jars2exclude" mentioned in "Create Minimal Webapp" by ''!GeoffHoward''. [:Scherler]. * '''TestingFramework''' -- explains the framework for adding JUnit and other tests. @@ -153,29 +153,39 @@ == Databases (including XML) == - * '''ConnectionPooling''' -- how to set up a database connection pool that can be accessed from the [:ESQL] [:Logicsheet], or one of the DatabaseActions -- LeighDodds +=== JDBC === * '''DatabaseConnectionOverview''' -- an introduction to connecting Cocoon 2 to a database -- MichaelTiffany - * '''DB2V7''' -- hints for connecting Cocoon 2 to a DB2 database -- ChristophOberle + * '''ConnectionPooling''' -- how to set up a database connection pool that can be accessed from the [:ESQL] [:Logicsheet], or one of the DatabaseActions -- LeighDodds - * '''[:HibernateAndTheAuthenticationFramework]''' -- Howto use Hibernate if you want to authenticate against a database-- HugoBurm + * '''SpecificDatabaseConnection''' -- Connections to specific databases -- [:gabridome] + + * '''[:DB2V7]''' -- hints for connecting Cocoon 2 to a DB2 database -- ChristophOberle + + * '''[:JNDIDatasourcewithJBoss3.0.6]''' -- How to switch from using a Cocoon JDBC datasource to the J2EE datasource, with JBoss managing the connection/pooling -- + + * '''[:JNDIDatasourcewithBorlandEnterpriseServer5.1]''' -- How to use a J2EE datasource, with BES managing the connection/pooling -- + + * '''[http://wiki.cocoondev.org/Wiki.jsp?page=ReinhardHorn Modular Database Actions] + +=== Exist / Xindice === * '''[:EXistInCocoon]''' -- Installing and configuring the eXist XML:DB into a Cocoon application. Integrating eXist allows you to avoid running eXist as a seperate server. -- BenjaminYoung * '''[:EXistAsBlock]''' -- Integrating the eXist XML:DB database into a Cocoon2.1 build as a block sample. -- BruceRobertson - * '''XindiceLogicsheet''' -- how to make a Xindice work in Cocoon, an utility logicsheet included -- JosemaAlonso + * '''[:XMLFormXindice]''' -- Working with Xindice from XMLForms -- JosemaAlonso - * '''[:JNDIDatasourcewithJBoss3.0.6]''' -- How to switch from using a Cocoon JDBC datasource to the J2EE datasource, with JBoss managing the connection/pooling -- + * '''[:XMLIndiceCocoon2.1]''' -- How to use XMLIndice and Cocoon 2.1 - * '''[:JNDIDatasourcewithBorlandEnterpriseServer5.1]''' -- How to use a J2EE datasource, with BES managing the connection/pooling -- - * '''[http://wiki.cocoondev.org/Wiki.jsp?page=ReinhardHorn Modular Database Actions] + * '''XindiceLogicsheet''' -- how to make a Xindice work in Cocoon, an utility logicsheet included -- JosemaAlonso - * '''[:OJBwithJDO]''' -- Howto use [http://db.apache.org/ojb/ OJB] with [http://www.jdocentral.com/ JDO] in Cocoon -- AntonioGallardo +=== Hibernate === + + * '''[:HibernateAndTheAuthenticationFramework]''' -- Howto use Hibernate if you want to authenticate against a database-- HugoBurm - * '''SpecificDatabaseConnection''' -- Connections to specific databases -- [:gabridome] * '''UsingHibernateToMakeYourJavaBeansPersistent''' -- Howto use Hibernate in combination with Cocoon -- HugoBurm @@ -183,9 +193,10 @@ * '''[:XMLFormJXFormHibernateAndFlowscript]''' -- Howto use Hibernate in combination with XMLForm/JXForm and Flowscript -- HugoBurm - * '''[:XMLFormXindice]''' -- Working with Xindice from XMLForms -- JosemaAlonso +=== OJB === + + * '''[:OJBWithJDO]''' -- Howto use [http://db.apache.org/ojb/ OJB] with [http://www.jdocentral.com/ JDO] in Cocoon -- AntonioGallardo - * '''[:XMLIndiceCocoon2.1]''' -- How to use XMLIndice and Cocoon 2.1 == CVS ==
