blob: cad1885f807e85abfd522d0c08e93d0b26b52358 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- CVS: $Id: samples.xml,v 1.4 2004/02/07 13:57:27 joerg Exp $ -->
<samples xmlns:xlink="http://www.w3.org/1999/xlink" name="database block">
<group name="Main examples page.">
<sample name="Back" href="..">to Cocoon examples main page</sample>
</group>
<group name="SQL Transformer">
<sample name="Documentation" href="../../docs/userdocs/transformers/sql-transformer.html">
Documentation for this component.
</sample>
<sample name="SQL Transformer" href="transform/sql-page" xlink:role="dynamic">
Simple example using the SQL transformer.
</sample>
</group>
<group name="XSP">
<sample name="Documentation" href="../../docs/userdocs/xsp/esql.html">
Documentation for this component.
</sample>
<sample name="ESQL Logicsheet" href="xsp/esql" xlink:role="dynamic">
Simple example of embedding SQL in a serverpage using the ESQL logicsheet.
</sample>
</group>
<group name="Modular Database Actions">
<note>
This application demonstrates the use of the newer database actions that
are based on Cocoon's input and output modules to read and write data from
and to many more places than request attributes and parameters.
</note>
<sample name="Documentation" href="../../docs/userdocs/actions/database-actions.html">
Documentation for this component.
</sample>
<sample name="Manage Users and Groups" href="mod-db/user-list">
An example web-application built around database actions from the
modular package which supports auto increments and more.
</sample>
<sample name="File Upload to Blob" href="mod-db/file-upload-blob">
A simple example demonstrating of populating a binary database column
via a multipart form file upload.
</sample>
</group>
<group name="Original Database Actions">
<note>
These examples are created around the original database actions and the
use of ESQL.
</note>
<sample name="Documentation" href="../../docs/userdocs/actions/database-actions.html">
Documentation for this component.
</sample>
<sample name="Manage Employees" href="org-db/employee" xlink:role="dynamic">
Adds, updates and deletes Employees to the employees table.
</sample>
<sample name="Insert Department" href="org-db/add-department" xlink:role="dynamic">
Adds new Departments to the department table.
</sample>
<sample name="Insert Employees" href="org-db/add-employee" xlink:role="dynamic">
Adds new Employees to the employees table.
</sample>
</group>
<group name="Tutorial">
<note>
This tutorial demonstrates the use of the original database actions in
conjunction with actions sets and ESQL.
</note>
<sample name="Documentation" href="../../docs/tutorial/tutorial-develop-webapp.html">
Documentation for this component.
</sample>
<sample name="Personnel Administrator" href="tutorial/" xlink:role="dynamic">
Start the tutorial application.
</sample>
</group>
</samples>