Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 2370 invoked from network); 9 Jul 2004 09:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jul 2004 09:58:54 -0000 Received: (qmail 18550 invoked by uid 500); 9 Jul 2004 09:58:53 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 18518 invoked by uid 500); 9 Jul 2004 09:58:53 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 18504 invoked by uid 99); 9 Jul 2004 09:58:52 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 09 Jul 2004 02:58:51 -0700 Received: (qmail 2306 invoked from network); 9 Jul 2004 09:58:46 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 9 Jul 2004 09:58:46 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: docs@cocoon.apache.org To: docs@cocoon.apache.org Subject: =?iso-8859-1?q?=5BCocoon_Wiki=5D_Updated=3A__HowTos?= Date: Fri, 09 Jul 2004 09:58:46 -0000 Message-ID: <20040709095846.2299.1408@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-07-09T02:58:46 Editor: DerekLastname Wiki: Cocoon Wiki Page: HowTos URL: http://wiki.apache.org/cocoon/HowTos no comment Change Log: ---------------------------------------------------------------------------= --- @@ -5,7 +5,7 @@ = =3D=3D Basics =3D=3D = - * '''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 com= bine 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 with= in an XSP -- AndrewSavory + * '''SendingEmail''' -- how to configure Cocoon to send email from withi= n 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 j= ars, CSS files, images, etc. + * '''ServingStaticFiles''' -- how to serve static files, e.g. applet jar= s, CSS files, images, etc. = * '''SimpleTransformations''' -- how to configure Cocoon to do simple XS= LT transformations. = - * '''Jars2exclude''' -- how to write the XSL transformation "Jars2exclud= e" mentioned in "Create Minimal Webapp" by ''!GeoffHoward''. [:Scherler]. + * '''Jars2Exclude''' -- how to write the XSL transformation "Jars2exclud= e" mentioned in "Create Minimal Webapp" by ''!GeoffHoward''. [:Scherler]. = * '''TestingFramework''' -- explains the framework for adding JUnit and = other tests. = @@ -153,29 +153,39 @@ = =3D=3D Databases (including XML) =3D=3D = - * '''ConnectionPooling''' -- how to set up a database connection pool th= at can be accessed from the [:ESQL] [:Logicsheet], or one of the DatabaseAc= tions -- LeighDodds +=3D=3D=3D JDBC =3D=3D=3D = * '''DatabaseConnectionOverview''' -- an introduction to connecting Coco= on 2 to a database -- MichaelTiffany = - * '''DB2V7''' -- hints for connecting Cocoon 2 to a DB2 database -- Chri= stophOberle + * '''ConnectionPooling''' -- how to set up a database connection pool th= at can be accessed from the [:ESQL] [:Logicsheet], or one of the DatabaseAc= tions -- 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 -- C= hristophOberle + + * '''[:JNDIDatasourcewithJBoss3.0.6]''' -- How to switch from using a Co= coon JDBC datasource to the J2EE datasource, with JBoss managing the connec= tion/pooling -- + + * '''[:JNDIDatasourcewithBorlandEnterpriseServer5.1]''' -- How to use a = J2EE datasource, with BES managing the connection/pooling -- + + * '''[http://wiki.cocoondev.org/Wiki.jsp?page=3DReinhardHorn Modular Dat= abase Actions] + +=3D=3D=3D Exist / Xindice =3D=3D=3D = * '''[:EXistInCocoon]''' -- Installing and configuring the eXist XML:DB = into a Cocoon application. Integrating eXist allows you to avoid running eX= ist 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 ut= ility logicsheet included -- JosemaAlonso + * '''[:XMLFormXindice]''' -- Working with Xindice from XMLForms -- Josem= aAlonso = - * '''[:JNDIDatasourcewithJBoss3.0.6]''' -- How to switch from using a Co= coon JDBC datasource to the J2EE datasource, with JBoss managing the connec= tion/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=3DReinhardHorn Modular Dat= abase Actions] + * '''XindiceLogicsheet''' -- how to make a Xindice work in Cocoon, an ut= ility logicsheet included -- JosemaAlonso = - * '''[:OJBwithJDO]''' -- Howto use [http://db.apache.org/ojb/ OJB] with = [http://www.jdocentral.com/ JDO] in Cocoon -- AntonioGallardo +=3D=3D=3D Hibernate =3D=3D=3D + + * '''[:HibernateAndTheAuthenticationFramework]''' -- Howto use Hibernate= if you want to authenticate against a database-- HugoBurm = - * '''SpecificDatabaseConnection''' -- Connections to specific databases = -- [:gabridome] = * '''UsingHibernateToMakeYourJavaBeansPersistent''' -- Howto use Hiberna= te 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 -- Josem= aAlonso +=3D=3D=3D OJB =3D=3D=3D + + * '''[: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 = =3D=3D CVS =3D=3D =20