shannon 2002/06/08 05:15:44
Modified: src/documentation/xdocs/userdocs/concepts Tag:
cocoon_2_0_3_branch databases.xml
Log:
sync with head
Revision Changes Path
No revision
No revision
1.1.2.4 +9 -9
xml-cocoon2/src/documentation/xdocs/userdocs/concepts/databases.xml
Index: databases.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/databases.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- databases.xml 7 Jun 2002 21:14:33 -0000 1.1.2.3
+++ databases.xml 8 Jun 2002 12:15:44 -0000 1.1.2.4
@@ -15,7 +15,7 @@
<s1 title="Introduction">
<p>
Publishing dynamic content or creating web-applications
- eventually involves adatabase access. Apache Cocoon
+ eventually involves database access. Apache Cocoon
offers a number of different approaches to access
(object) relational and XML databases. This document provides
an overview of the different ways to access (object)
@@ -65,15 +65,15 @@
required, not even SQL query writing.
</p>
<p>
- A detailed description can be found <link
- href="../actions/database-actions.html">here</link>.
+ For more detailed information, read: <link
+ href="../actions/database-actions.html">Database Actions</link>.
</p>
</s1>
<s1 title="ESQL Logicsheet Approach">
<p>
The use of logicsheets is limited to XSPs. ESQL is currently available
- for JAVA XSPs. Its interface is modeled largely on
+ for Java-based XSPs. Its interface is modeled largely on
JDBC. Thus, it is advantageous to be familiar with JDBC.
</p>
<p>
@@ -97,8 +97,8 @@
any processing of the data is possible.
</p>
<p>
- A detailed description can be found <link
- href="../xsp/esql.html">here</link>.
+ For more detailed information, read: <link
+ href="../xsp/esql.html">ESQL Taglib</link>.
</p>
</s1>
@@ -116,12 +116,12 @@
to write a custom transformer.
Thus, the transformer approach is best for retrieving data. Creating
an XML representation of the query result is even simpler than when
- using the ESQL logicsheet. The transformer supports stored procedures.
+ using the ESQL logicsheet. The transformer also supports stored
procedures.
No programming is required, apart from writing SQL.
</p>
<p>
- A detailed description can be found <link
- href="../transformers/sql-transformer.html">here</link>.
+ For more detailed information, read: <link
+ href="../transformers/sql-transformer.html">SQL Transformer</link>.
</p>
</s1>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]