You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2010/11/14 06:59:42 UTC

svn commit: r1034937 - in /cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation: ./ Overview/ Overview/Database Support/ Overview/Guide to 1.1 Features/ Overview/Guide to 1.2 Features/ Overview/Guide to 3.0 Features/ Overview/License/ Remot...

Author: aadamchik
Date: Sun Nov 14 05:59:42 2010
New Revision: 1034937

URL: http://svn.apache.org/viewvc?rev=1034937&view=rev
Log:
syncing docs from wiki - part 3

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Database Support/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.1 Features/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.2 Features/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 3.0 Features/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/License/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Client Deployment/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Comparison/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Customization/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Limitations/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Security/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/index.html
    cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/index.html

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Database Support/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Database%20Support/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Database Support/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Database Support/index.html Sun Nov 14 05:59:42 2010
@@ -33,6 +33,7 @@
 </ul>
 </li>
 <li><a href="../../../Documentation/Overview/License/index.html">License</a></li>
+<li><a href="../../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.2 Features/index.html">Guide to 1.2 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.1 Features/index.html">Guide to 1.1 Features</a></li>
@@ -40,360 +41,126 @@
 </div>
 <div id="ConfluenceContent"><p>This page provides useful information about JDBC driver settings for various database. All databases below have custom Cayenne DbAdapters and are automatically recognized by Cayenne AutoAdapter.</p>
 
-
-<h3><a name="DatabaseSupport-DB2"></a>DB2</h3>
-
+<div class='table-wrap'>
 <table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.ibm.com/db2/" rel="nofollow">http://www.ibm.com/db2/</a></td>
+<th class='confluenceTh'>Database</th>
+<th class='confluenceTh'>Driver Name</th>
+<th class='confluenceTh'>Sample URL</th>
+<th class='confluenceTh'>Notes</th>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.ibm.com/db2/" class="external-link" rel="nofollow">DB2</a></td>
 <td class='confluenceTd'>com.ibm.db2.jcc.DB2Driver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:db2://127.0.0.1:50000/dbname</td>
-</tr>
-</tbody></table>
-
-
-<h3><a name="DatabaseSupport-Derby"></a>Derby</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://db.apache.org/derby/" rel="nofollow">http://db.apache.org/derby/</a></td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
 <tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Embedded</th>
+<td class='confluenceTd'><a href="http://db.apache.org/derby/" class="external-link" rel="nofollow">Derby</a></td>
+<td class='confluenceTd'>org.apache.derby.jdbc.ClientDriver</td>
+<td class='confluenceTd'>jdbc:derby://127.0.0.1/testdb </td>
+<td class='confluenceTd'><em>client/server</em></td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'>&nbsp;</td>
 <td class='confluenceTd'>org.apache.derby.jdbc.EmbeddedDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:derby:path-to-hsql-db-files;create=true</td>
+<td class='confluenceTd'><em>embedded</em></td>
 </tr>
 <tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Remote Server</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
-<td class='confluenceTd'>org.apache.derby.jdbc.ClientDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
-<td class='confluenceTd'>jdbc:derby://127.0.0.1/testdb</td>
-</tr>
-</tbody></table>
-
-
-
-<h3><a name="DatabaseSupport-FireBird%28Interbase%29"></a>FireBird (Interbase)</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://firebird.sourceforge.net/" rel="nofollow">http://firebird.sourceforge.net/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
-<td class='confluenceTd'>org.firebirdsql.jdbc.FBDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
-<td class='confluenceTd'>jdbc:firebirdsql:127.0.0.1/10007:/path-to-dbname.fdb</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Notes</td>
-<td class='confluenceTd'>FirebirdAdapter hasn't been well-tested for some time. Looking for volunteer FireBird users to help us.</td>
-</tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-FrontBase"></a>FrontBase</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.frontbase.com/" rel="nofollow">http://www.frontbase.com/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.frontbase.com/" class="external-link" rel="nofollow">FrontBase</a></td>
 <td class='confluenceTd'>jdbc.FrontBase.FBJDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:FrontBase://127.0.0.1/dbname</td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
-</tbody></table>
-
-
-<h3><a name="DatabaseSupport-HSQLDB"></a>HSQLDB</h3>
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://hsqldb.sourceforge.net/" rel="nofollow">http://hsqldb.sourceforge.net/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://hsqldb.org/" class="external-link" rel="nofollow">HSQLDB</a></td>
 <td class='confluenceTd'>org.hsqldb.jdbcDriver</td>
-</tr>
-<tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Embedded</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
-<td class='confluenceTd'>jdbc:hsqldb:<a href="file:/path-to-hsql-db-files" rel="nofollow">file:/path-to-hsql-db-files</a></td>
-</tr>
-<tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Remote Server</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:hsqldb:hsql://127.0.0.1</td>
+<td class='confluenceTd'><em>client/server</em></td>
 </tr>
-</tbody></table>
-
-
-<h3><a name="DatabaseSupport-H2"></a>H2</h3>
-<p><em>(since Cayenne 3.0)</em></p>
-
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.h2database.com/" rel="nofollow">http://www.h2database.com/</a></td>
+<td class='confluenceTd'>&nbsp;</td>
+<td class='confluenceTd'>&nbsp;</td>
+<td class='confluenceTd'>jdbc:hsqldb:
+<a href="file:/path-to-hsql-db-files" class="external-link" rel="nofollow">file:/path-to-hsql-db-files</a></td>
+<td class='confluenceTd'><em>embedded</em></td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.h2database.com/" class="external-link" rel="nofollow">H2</a></td>
 <td class='confluenceTd'>org.h2.Driver</td>
-</tr>
-<tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>In Memory</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:h2:mem:myTestMem;MVCC=TRUE</td>
+<td class='confluenceTd'><em>embedded in-memory</em></td>
 </tr>
-</tbody></table>
-
-
-<h3><a name="DatabaseSupport-Ingres"></a>Ingres</h3>
-<p><em>(since Cayenne 1.2)</em></p>
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.ingres.com/products/ingres-database.php" rel="nofollow">http://www.ingres.com/products/ingres-database.php</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.ingres.com/products/ingres-database.php" class="external-link" rel="nofollow">Ingres</a></td>
 <td class='confluenceTd'>com.ingres.jdbc.IngresDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:ingres://127.0.0.1:II7/dbname</td>
-</tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-MySQL"></a>MySQL</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.mysql.com/" rel="nofollow">http://www.mysql.com/</a></td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.mysql.com/" class="external-link" rel="nofollow">MySQL</a></td>
 <td class='confluenceTd'>com.mysql.jdbc.Driver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:mysql://127.0.0.1/dbname</td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-OpenBase"></a>OpenBase</h3>
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.openbase.com/" rel="nofollow">http://www.openbase.com/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.openbase.com/" class="external-link" rel="nofollow">OpenBase</a></td>
 <td class='confluenceTd'>com.openbase.jdbc.ObDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:openbase://127.0.0.1/dbname</td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-Oracle%2810i%29"></a>Oracle (10i)</h3>
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://oracle.com/" rel="nofollow">http://oracle.com/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.oracle.com/" class="external-link" rel="nofollow">Oracle (10i, 9i, 8i, 8)</a></td>
 <td class='confluenceTd'>oracle.jdbc.driver.OracleDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:oracle:thin:@//127.0.0.1:1521/dbname</td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-Oracle%288%2C8i%2C9i%29"></a>Oracle (8, 8i, 9i)</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://oracle.com/" rel="nofollow">http://oracle.com/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
-<td class='confluenceTd'>oracle.jdbc.driver.OracleDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
-<td class='confluenceTd'>jdbc:oracle:thin:@127.0.0.1:1521:dbname</td>
-</tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-PostgreSQL%287.4%2C8.%29"></a>PostgreSQL (7.4, 8.*)</h3>
-
-<table class='confluenceTable'><tbody>
 <tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.postgresql.org/" rel="nofollow">http://www.postgresql.org/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.postgresql.org/" class="external-link" rel="nofollow">PostgreSQL (7.4, 8.*)</a></td>
 <td class='confluenceTd'>org.postgresql.Driver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:postgresql://127.0.0.1:5432/dbname</td>
-</tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-SQLite3."></a>SQLite 3.*</h3>
-<p><em>(since Cayenne 3.0)</em></p>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.sqlite.org/" rel="nofollow">http://www.sqlite.org/</a> <a href="http://www.zentus.com/sqlitejdbc/" rel="nofollow">http://www.zentus.com/sqlitejdbc/</a></td>
+<td class='confluenceTd'>&nbsp;</td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.sqlite.org/" class="external-link" rel="nofollow">SQLite 3.*</a></td>
 <td class='confluenceTd'>org.sqlite.JDBC</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:sqlite:path_to_dbfile</td>
-</tr>
-</tbody></table>
-
-
-<h3><a name="DatabaseSupport-SQLServer"></a>SQLServer</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Microsoft Driver - SQL Server</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://msdn.microsoft.com/en-us/data/aa937724.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/data/aa937724.aspx</a></td>
+<td class='confluenceTd'><em>driver from <a href="http://www.zentus.com/sqlitejdbc/" class="external-link" rel="nofollow">zentus.com</a></em></td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://msdn.microsoft.com/en-us/data/aa937724.aspx" class="external-link" rel="nofollow">SQLServer</a></td>
 <td class='confluenceTd'>com.microsoft.sqlserver.jdbc.SQLServerDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:sqlserver://127.0.0.1;databaseName=dbname</td>
+<td class='confluenceTd'><em>Microsoft Driver</em></td>
 </tr>
 <tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Microsoft Driver - SQL Server prior to 2005</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'>&nbsp;</td>
 <td class='confluenceTd'>com.microsoft.jdbc.sqlserver.SQLServerDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:microsoft:sqlserver://127.0.0.1;databaseName=dbname;SelectMethod=cursor</td>
+<td class='confluenceTd'><em>Microsoft Driver, SQL Server prior to 2005</em></td>
 </tr>
 <tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>jTDS Driver</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://jtds.sourceforge.net/" rel="nofollow">http://jtds.sourceforge.net/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'>&nbsp;</td>
 <td class='confluenceTd'>net.sourceforge.jtds.jdbc.Driver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:jtds:sqlserver://127.0.0.1:5000/dbname</td>
-</tr>
-</tbody></table>
-
-<h3><a name="DatabaseSupport-Sybase"></a>Sybase</h3>
-
-<table class='confluenceTable'><tbody>
-<tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>Sybase Driver</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://www.sybase.com/" rel="nofollow">http://www.sybase.com/</a></td>
+<td class='confluenceTd'><em><a href="http://jtds.sourceforge.net/" class="external-link" rel="nofollow">jTDS Driver</a></em></td>
 </tr>
 <tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'><a href="http://www.sybase.com/" class="external-link" rel="nofollow">Sybase</a></td>
 <td class='confluenceTd'>com.sybase.jdbc3.jdbc.SybDriver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:sybase:Tds:127.0.0.1:5000/dbname</td>
+<td class='confluenceTd'>Sybase driver</td>
 </tr>
 <tr>
-<th class='confluenceTh'>&nbsp;</th>
-<th class='confluenceTh'>jTDS Driver</th>
-</tr>
-<tr>
-<td class='confluenceTd'>Vendor Site</td>
-<td class='confluenceTd'><a href="http://jtds.sourceforge.net/" rel="nofollow">http://jtds.sourceforge.net/</a></td>
-</tr>
-<tr>
-<td class='confluenceTd'>Driver Name</td>
+<td class='confluenceTd'>&nbsp;</td>
 <td class='confluenceTd'>net.sourceforge.jtds.jdbc.Driver</td>
-</tr>
-<tr>
-<td class='confluenceTd'>Sample URL</td>
 <td class='confluenceTd'>jdbc:jtds:sybase://127.0.0.1:5000/dbname;useLOBs=false;TDS=4.2</td>
+<td class='confluenceTd'><em><a href="http://jtds.sourceforge.net/" class="external-link" rel="nofollow">jTDS Driver</a></em></td>
 </tr>
 </tbody></table>
+</div>
+
 
 
 
@@ -410,7 +177,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.1 Features/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide%20to%201.1%20Features/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.1 Features/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.1 Features/index.html Sun Nov 14 05:59:42 2010
@@ -31,6 +31,7 @@
 <ul>
 <li><a href="../../../Documentation/Overview/Database Support/index.html">Database Support</a></li>
 <li><a href="../../../Documentation/Overview/License/index.html">License</a></li>
+<li><a href="../../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.2 Features/index.html">Guide to 1.2 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.1 Features/index.html">Guide to 1.1 Features</a><ul>
@@ -44,10 +45,10 @@
 
 <p>"cayenne.xml" and "*.map.xml" file formats were updated to support new features. 1.1 DTD files are located here:</p>
 <ul>
-	<li><a href="cayenne-project-1_1.dtd?version=2">cayenne-project-1_1.dtd</a></li>
-	<li><a href="cayenne-data-map-1_2.dtd?version=2">cayenne-data-map-1_2.dtd</a></li>
-	<li><a href="cayenne-data-view-1_1.dtd?version=2">cayenne-data-view-1_1.dtd</a></li>
-	<li><a href="cayenne-driver-1_1.dtd?version=2">cayenne-driver-1_1.dtd</a></li>
+	<li><a href="cayenne-project-1_1.dtd?version=2&amp;modificationDate=1159716637000">cayenne-project-1_1.dtd</a></li>
+	<li><a href="cayenne-data-map-1_2.dtd?version=2&amp;modificationDate=1159716637000">cayenne-data-map-1_2.dtd</a></li>
+	<li><a href="cayenne-data-view-1_1.dtd?version=2&amp;modificationDate=1159716637000">cayenne-data-view-1_1.dtd</a></li>
+	<li><a href="cayenne-driver-1_1.dtd?version=2&amp;modificationDate=1159716637000">cayenne-driver-1_1.dtd</a></li>
 </ul>
 
 
@@ -57,7 +58,7 @@
 
 <p>Cayenne now provides a way to share its object cache between DataContexts in the same JVM and across JVMs. The following chapters in the user guide describe this feature:</p>
 <ul>
-	<li><a href="http://cwiki.apache.org/confluence/confluence/display/CAYDOC12/Object+Caching" title="Object Caching">Object Caching</a></li>
+	<li><a href="https://cwiki.apache.org/confluence/confluence/display/CAYDOC12/Object%20Caching" title="Object Caching">Object Caching</a></li>
 	<li><a href="../../../Documentation/Cayenne Guide/Queries/Caching Query Results/index.html" title="Caching Query Results">Caching Query Results</a></li>
 	<li><a href="../../../Documentation/Cayenne Guide/Performance Tuning/Caching Lookup Tables/index.html" title="Caching Lookup Tables">Caching Lookup Tables</a></li>
 </ul>
@@ -77,7 +78,7 @@
 
 <h3><a name="Guideto1.1Features-DataViewsandDVModeler"></a>Data Views and DVModeler</h3>
 
-<p><a href="http://cwiki.apache.org/confluence/confluence/display/CAYDV/Index" title="Index">Index</a> is a completely new addition to Cayenne. This is a framework and a Swing modeler tool to quickly build Swing applications based on Cayenne.</p>
+<p><a href="https://cwiki.apache.org/confluence/confluence/display/CAYDV/Index" title="Index">Index</a> is a completely new addition to Cayenne. This is a framework and a Swing modeler tool to quickly build Swing applications based on Cayenne.</p>
 
 <h3><a name="Guideto1.1Features-GenericMultithreadedandDistributedEventsMechanism"></a>Generic Multithreaded and Distributed Events Mechanism</h3>
 
@@ -136,7 +137,7 @@
 
 <p>Cayenne now supports container-managed transactions. As a result it can be used inside EJBs out of the box. It also allows a high degree of transactions customization. The following user guide chapter explains Transactions design and behavior in details:</p>
 <ul>
-	<li><a href="http://cwiki.apache.org/confluence/confluence/display/CAYDOC/Design#Design-CayenneTransactions">Understanding Transactions</a></li>
+	<li><a href="https://cwiki.apache.org/confluence/confluence/display/CAYDOC/Design#Design-CayenneTransactions">Understanding Transactions</a></li>
 </ul>
 
 
@@ -182,7 +183,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.2 Features/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide%20to%201.2%20Features/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.2 Features/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 1.2 Features/index.html Sun Nov 14 05:59:42 2010
@@ -31,6 +31,7 @@
 <ul>
 <li><a href="../../../Documentation/Overview/Database Support/index.html">Database Support</a></li>
 <li><a href="../../../Documentation/Overview/License/index.html">License</a></li>
+<li><a href="../../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.2 Features/index.html">Guide to 1.2 Features</a><ul>
 </ul>
@@ -123,7 +124,7 @@
 	<li>New adapter for Ingres</li>
 	<li>MySQL adapter is improved to support referential integrity constraints for InnoDB tables.</li>
 	<li>Adapter Auto Detection. Users no longer need to specify DbAdapter in the Modeler. All standard adapters are "guessed" by Cayenne in runtime using database metadata. Only custom adapters need to be set explicitly, using the new "Adapter" tab in the DataNode Editor panel. This simplifies configuration, makes deployment more transparent, and allows Cayenne to dynamically tweak adapter settings depending on the underlying database version and runtime parameters.</li>
-	<li><a href="http://objectstyle.org/cayenne/userguide/access-stack/extended-types.html" rel="nofollow">Extended type mechanism</a> now allows mapping a persistent property as an interface. This can be achieved via ExtendedTypeFactory API. A custom <tt>ExtendedTypeFactory</tt> is registered in a manner similar to ExtendedType with adapter's <tt>ExtendedTypeMap</tt>: <tt>extendedTypeMap.addFactory(myFactory)</tt>. Cayenne already takes advantage of this API by providing a factory that handles an arbitrary JDK 1.5 Enum via reflection.</li>
+	<li><a href="http://objectstyle.org/cayenne/userguide/access-stack/extended-types.html" class="external-link" rel="nofollow">Extended type mechanism</a> now allows mapping a persistent property as an interface. This can be achieved via ExtendedTypeFactory API. A custom <tt>ExtendedTypeFactory</tt> is registered in a manner similar to ExtendedType with adapter's <tt>ExtendedTypeMap</tt>: <tt>extendedTypeMap.addFactory(myFactory)</tt>. Cayenne already takes advantage of this API by providing a factory that handles an arbitrary JDK 1.5 Enum via reflection.</li>
 </ul>
 
 
@@ -145,7 +146,7 @@
 </ul>
 
 
-<h4><a name="Guideto1.2Features-XMLSerializationCAY%3AXMLSerialization"></a><a href="http://cwiki.apache.org/confluence/confluence/display/CAY/XML+Serialization" title="XML Serialization">XML Serialization</a></h4>
+<h4><a name="Guideto1.2Features-XMLSerializationCAY%3AXMLSerialization"></a><a href="https://cwiki.apache.org/confluence/confluence/display/CAY/XML%20Serialization" title="XML Serialization">XML Serialization</a></h4>
 
 <p>A new package <tt>org.objectstyle.cayenne.xml</tt> provides a way to encode arbitrary Java objects to XML and decode them from XML. It allows a great degree of control over the XML structure, thus simplifying integration with third party XML message systems. M5 features the first usable release of this feature. However there may be more changes in the course of 1.2.</p>
 
@@ -198,7 +199,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 3.0 Features/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide%20to%203.0%20Features/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 3.0 Features/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/Guide to 3.0 Features/index.html Sun Nov 14 05:59:42 2010
@@ -31,6 +31,7 @@
 <ul>
 <li><a href="../../../Documentation/Overview/Database Support/index.html">Database Support</a></li>
 <li><a href="../../../Documentation/Overview/License/index.html">License</a></li>
+<li><a href="../../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a><ul>
 </ul>
 </li>
@@ -38,11 +39,10 @@
 <li><a href="../../../Documentation/Overview/Guide to 1.1 Features/index.html">Guide to 1.1 Features</a></li>
 </ul>
 </div>
-<div id="ConfluenceContent"><p>This page highlights the new features and changes introduced in 3.0 release, roughly corresponding to the latest released milestone. It is a high level overview and as such is by no means complete. Consult RELEASE-NOTES.txt file included in each release for the full list of changes.</p>
+<div id="ConfluenceContent"><p>This page highlights the new features and changes introduced in 3.0 release. It is a high level overview and as such is by no means complete. Consult RELEASE-NOTES.txt file included in each release for the full list of changes, and UPGRADE.txt for the upgrade instructions.</p>
 
 <ul>
 	<li><a href="#Guideto3.0Features-DistributionContentsStructure">Distribution Contents Structure</a></li>
-	<li><a href="#Guideto3.0Features-CayenneJPAProvider">Cayenne JPA Provider</a></li>
 	<li><a href="#Guideto3.0Features-ObjectRelationalMapping">Object Relational Mapping</a></li>
 	<li><a href="#Guideto3.0Features-CayennePersistenceAPI">Cayenne Persistence API</a></li>
 	<li><a href="#Guideto3.0Features-RemoteObjectPersistence">Remote Object Persistence</a></li>
@@ -61,10 +61,6 @@
 </ul>
 
 
-<h2><a name="Guideto3.0Features-CayenneJPAProvider"></a>Cayenne JPA Provider</h2>
-
-<p><em>Note that Cayenne JPA provider work has been frozen and it IS NOT included in 3.0. If you have further questions or would like to give a hand with the JPA work, please send a note to <a href="http://cayenne.apache.org/mailing-lists.html" rel="nofollow">developer mailing list</a>.</em></p>
-
 <h2><a name="Guideto3.0Features-ObjectRelationalMapping"></a>Object Relational Mapping</h2>
 
 <h3><a name="Guideto3.0Features-KilledDerivedDbEntityConcept"></a>Killed DerivedDbEntity Concept </h3>
@@ -73,15 +69,19 @@
 
 <h3><a name="Guideto3.0Features-DataMapDTDReplacedwithSchema"></a>DataMap DTD Replaced with Schema</h3>
 
-<p>A schema is now available <a href="http://cayenne.apache.org/schema/3.0/modelMap.html" rel="nofollow">here</a> for the DataMap XML format.</p>
+<p>A schema is now available <a href="http://cayenne.apache.org/schema/3.0/modelMap.html" class="external-link" rel="nofollow">here</a> for the DataMap XML format.</p>
 
 <h3><a name="Guideto3.0Features-Embeddables"></a>Embeddables</h3>
 
-<p>Added a new mapping artifact - Embeddable, that allows to map composite objects to a single table. </p>
+<p>Added a new mapping artifact - <a href="../../../Documentation/Modeler Guide/Modeling Object Layer/Modeling Embeddables/index.html" title="Modeling Embeddables">Embeddable</a>, that allows to map composite objects to a single table. </p>
 
 <h3><a name="Guideto3.0Features-FlattenedAttributes"></a>Flattened Attributes</h3>
 
-<p>Just like with "flattened" relationships, now there is a way to map an ObjAttribute that spans one or more DbRelationships and is mapped to a column of a joined table.</p>
+<p>Just like with "flattened" relationships, now there is a way to map an ObjAttribute that spans one or more DbRelationships and is mapped to a column of a joined table. An important use of flattened attributes is vertical inheritance mapping, as described below.</p>
+
+<h3><a name="Guideto3.0Features-VerticalInheritance"></a>Vertical Inheritance</h3>
+
+<p>Adding flattened attributes to subclasses in a single-table mapping gives us another powerful way to map inheritance - "vertical inheritance mapping", described in more details <a href="../../../Documentation/Modeler Guide/Modeling Object Layer/Modeling Inheritance/Modeling Vertical Inheritance/index.html" title="Modeling Vertical Inheritance">here</a>.</p>
 
 <h3><a name="Guideto3.0Features-PersistingPrimitivesandaNumberofOtherSimpleProperties"></a>Persisting Primitives and a Number of Other Simple Properties</h3>
 
@@ -102,10 +102,9 @@
 
 <h2><a name="Guideto3.0Features-CayennePersistenceAPI"></a>Cayenne Persistence API</h2>
 
-<h3><a name="Guideto3.0Features-Java5Migration"></a>Java 5 Migration</h3>
-
-<p>Cayenne now requires Java 5 or newer to run. This allowed us to start using generics, enums and other Java 5 features.</p>
+<h3><a name="Guideto3.0Features-Java5Required"></a>Java 5 Required</h3>
 
+<p>Cayenne now requires Java 5 or newer to run. This allowed us to start providing generics-based API, enums and other Java 5 features.</p>
 
 <h3><a name="Guideto3.0Features-ObjectContext"></a>ObjectContext</h3>
 
@@ -125,7 +124,14 @@
 
 <ul>
 	<li><a href="../../../Documentation/Cayenne Guide/Queries/SQLTemplate Query/Advanced SQLTemplate/index.html" title="Advanced SQLTemplate">Significantly simplified</a> the process for fetching DataObjects (vs. DataRows) via a SQLTemplate query with <tt>'setColumnNamesCapitalization'</tt> method.</li>
-	<li>Added support for <a href="../../../Documentation/Cayenne Guide/Queries/SQLTemplate Query/SQLTemplate Result Mapping/index.html" title="SQLTemplate Result Mapping">fetching scalar and mixed scalar/object results</a> using <tt>SQLResultSetMapping</tt>.</li>
+	<li>Added support for <a href="../../../Documentation/Cayenne Guide/Queries/SQLTemplate Query/SQLTemplate Result Mapping/index.html" title="SQLTemplate Result Mapping">fetching scalar and mixed scalar/object results</a> using <tt>SQLResult</tt>.</li>
+</ul>
+
+
+<h3><a name="Guideto3.0Features-SelectQueryImprovements"></a>SelectQuery Improvements</h3>
+
+<ul>
+	<li>Added support for "path splits". Splits allow to control how the joins are generated for the overlapping path expressions. By default a group of overlapping qualifier paths will produce a single join. To "split" that into separate joins, Cayenne allows to use "aliases" in path expressions, and then bind them to the actual pathes using <tt>"SelectQuery.addPathSplitAliases(String path, String... aliases)</tt>.</li>
 </ul>
 
 
@@ -158,6 +164,7 @@
 <ul>
 	<li>Added missing DB expressions to ExpressionFactory.</li>
 	<li><a href="../../../Documentation/Cayenne Guide/Expressions/Path Expressions/index.html" title="Path Expressions">Added support</a> for OUTER JOINS</li>
+	<li><a href="../../../Documentation/Cayenne Guide/Expressions/Expression Factory Utilities/index.html" title="Expression Factory Utilities">Added support</a> for split expressions (see <tt>"ExpressionFactory.matchAllExp(String path, Object... values)"</tt> and <tt>"ExpressionFactory.matchAllExp(String path, Collection values)"</tt>). This is also related to the qualifier splits for SelectQuery described above.</li>
 	<li>Added support for matching against TRUE and FALSE.</li>
 </ul>
 
@@ -166,8 +173,8 @@
 
 <ul>
 	<li>Added support for "long" primary keys (vs. "int" PK used previously)</li>
-	<li>Added adapter for <a href="http://www.sqlite.org/" rel="nofollow">SQLite</a> database.</li>
-	<li>Added adapter for <a href="http://www.h2database.com/" rel="nofollow">H2</a> database.</li>
+	<li>Added adapter for <a href="http://www.sqlite.org/" class="external-link" rel="nofollow">SQLite</a> database.</li>
+	<li>Added adapter for <a href="http://www.h2database.com/" class="external-link" rel="nofollow">H2</a> database.</li>
 	<li>Added stored procedure support on MySQL.</li>
 	<li>Changed default table type on MySQL to InnoDB, added MySQL FK constraints support in the Modeler.</li>
 	<li>Turned on update query batching on SQL Server and Derby.</li>
@@ -225,15 +232,15 @@
 	<li>Reopen Last Project on Startup</li>
 	<li>Added progress/log view</li>
 	<li>Added SQL syntax highlighting.</li>
-	<li>Added EJBQL Query mapping capabilities, with synatx highlighting.</li>
+	<li>Added EJBQL Query mapping capabilities, with syntax highlighting.</li>
 	<li>Added support for quoting of SQL Identifiers</li>
 	<li>The Modeler can be <a href="../../../Documentation/Cayenne Guide/Maven2 Plugins/maven2-modeler/index.html" title="maven2-modeler">started from Maven</a></li>
 	<li>Added "Infer Relationships" operation to automatically create DbRelationships based on PK/FK naming conventions.</li>
 	<li>Added support for mapping Embeddable objects.</li>
+	<li>Added undo/redo support</li>
 </ul>
 
 
-
 <h2><a name="Guideto3.0Features-DeploymentandRuntime"></a>Deployment and Runtime</h2>
 
 <h3><a name="Guideto3.0Features-ImprovedPerformance"></a>Improved Performance</h3>
@@ -284,7 +291,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/License/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/License/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/License/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/License/index.html Sun Nov 14 05:59:42 2010
@@ -33,6 +33,7 @@
 <li><a href="../../../Documentation/Overview/License/index.html">License</a><ul>
 </ul>
 </li>
+<li><a href="../../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.2 Features/index.html">Guide to 1.2 Features</a></li>
 <li><a href="../../../Documentation/Overview/Guide to 1.1 Features/index.html">Guide to 1.1 Features</a></li>
@@ -249,7 +250,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Overview/index.html Sun Nov 14 05:59:42 2010
@@ -31,6 +31,7 @@
 <ul>
 <li><a href="../../Documentation/Overview/Database Support/index.html">Database Support</a></li>
 <li><a href="../../Documentation/Overview/License/index.html">License</a></li>
+<li><a href="../../Documentation/Overview/Guide to 3.1 Features/index.html">Guide to 3.1 Features</a></li>
 <li><a href="../../Documentation/Overview/Guide to 3.0 Features/index.html">Guide to 3.0 Features</a></li>
 <li><a href="../../Documentation/Overview/Guide to 1.2 Features/index.html">Guide to 1.2 Features</a></li>
 <li><a href="../../Documentation/Overview/Guide to 1.1 Features/index.html">Guide to 1.1 Features</a></li>
@@ -65,6 +66,7 @@
 <ol>
 	<li><a href="../../Documentation/Overview/Database Support/index.html" title="Database Support">Database Support</a></li>
 	<li><a href="../../Documentation/Overview/License/index.html" title="License">License</a></li>
+	<li><a href="../../Documentation/Overview/Guide to 3.1 Features/index.html" title="Guide to 3.1 Features">Guide to 3.1 Features</a></li>
 	<li><a href="../../Documentation/Overview/Guide to 3.0 Features/index.html" title="Guide to 3.0 Features">Guide to 3.0 Features</a></li>
 	<li><a href="../../Documentation/Overview/Guide to 1.2 Features/index.html" title="Guide to 1.2 Features">Guide to 1.2 Features</a></li>
 	<li><a href="../../Documentation/Overview/Guide to 1.1 Features/index.html" title="Guide to 1.1 Features">Guide to 1.1 Features</a></li>
@@ -75,7 +77,7 @@
   <div style="height: 12px; background-image: url('../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20CWS%20Deployment/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a><ul>
@@ -47,7 +47,7 @@
 </div>
 <div id="ConfluenceContent"><h2><a name="RemoteObjectPersistenceCWSDeployment-CWSDeploymentwithHessian"></a>CWS Deployment with Hessian</h2>
 
-<p><a href="http://www.caucho.com/hessian/" rel="nofollow">Hessian-based</a> Cayenne Web Service is a regular Java web application that contains Cayenne mapping file and persistent objects. What makes it a web service is a HessianServlet mapped via web.xml that handles requests from Cayenne Client Tier applications.</p>
+<p><a href="http://www.caucho.com/hessian/" class="external-link" rel="nofollow">Hessian-based</a> Cayenne Web Service is a regular Java web application that contains Cayenne mapping file and persistent objects. What makes it a web service is a HessianServlet mapped via web.xml that handles requests from Cayenne Client Tier applications.</p>
 
 <div class='panelMacro'><table class='tipMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="../../../images/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>Client tier Java classes have to be present on the server together with server DataObjects. So you'll end up with two sets of objects mapped to the same set of entities. Hopefully we will get rid of this inconvenience in the future releases.</td></tr></table></div>
 
@@ -156,7 +156,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Client Deployment/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Client%20Deployment/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Client Deployment/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Client Deployment/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -57,7 +57,7 @@
 
 <h3><a name="RemoteObjectPersistenceClientDeployment-ClientDeploymentwithJavaWebStart"></a>Client Deployment with Java Web Start</h3>
 
-<p>One common approach for distributing J2SE applications (especially desktop applications) is via <a href="http://java.sun.com/products/javawebstart/" rel="nofollow">Java Web Start</a>. Below is a sample JNLP deployment descriptor that can be used as a template for Web Start based distribution:</p>
+<p>One common approach for distributing J2SE applications (especially desktop applications) is via <a href="http://java.sun.com/products/javawebstart/" class="external-link" rel="nofollow">Java Web Start</a>. Below is a sample JNLP deployment descriptor that can be used as a template for Web Start based distribution:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">&lt;?xml version=<span class="code-quote">"1.0"</span> encoding=<span class="code-quote">"UTF-8"</span>?&gt;
@@ -92,7 +92,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Coding%20Client/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a><ul>
 </ul>
@@ -114,7 +114,7 @@ ObjectContext context = <span class="cod
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Coding%20Server/Remote%20Object%20Persistence%20Lifecycle%20Callbacks/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a><ul>
 <li><a href="../../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html">Remote Object Persistence Lifecycle Callbacks</a><ul>
 </ul>
@@ -56,7 +56,7 @@
   <div style="height: 12px; background-image: url('../../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Coding%20Server/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a><ul>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/Remote Object Persistence Lifecycle Callbacks/index.html">Remote Object Persistence Lifecycle Callbacks</a></li>
 </ul>
@@ -69,7 +69,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Comparison/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Comparison/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Comparison/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Comparison/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -58,7 +58,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Customization/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Customization/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Customization/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Customization/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -82,7 +82,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Features/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html Sun Nov 14 05:59:42 2010
@@ -34,7 +34,7 @@
 </ul>
 </li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -67,7 +67,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Installation/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html Sun Nov 14 05:59:42 2010
@@ -34,7 +34,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a><ul>
 </ul>
 </li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -51,26 +51,33 @@
 
 <h3><a name="RemoteObjectPersistenceInstallation-ServerJarFiles"></a>Server Jar Files</h3>
 
-<p>Cayenne web service is no different from a regular Cayenne application, so it requires <b><tt>cayenne-server.jar</tt></b> and all standard dependencies. One additional required third party library is <b><tt>hessian.jar</tt></b>, version 3.1.6, which is included in "lib/third-party" or can be downloaded from <a href="http://www.caucho.com/hessian/" rel="nofollow">http://www.caucho.com/hessian/</a>.</p>
+<p>Cayenne web service is no different from a regular Cayenne application, so it requires <b><tt>cayenne-server.jar</tt></b> and all standard dependencies. The only additional required third-party library is Hessian:</p>
+
+<ul>
+	<li><a href="http://www.caucho.com/hessian/" class="external-link" rel="nofollow">Hessian Library</a>, version 3.1.6.</li>
+</ul>
+
 
 <h3><a name="RemoteObjectPersistenceInstallation-ClientJarFiles"></a>Client Jar Files</h3>
 
-<p>On the client <b><tt>cayenne-client.jar</tt></b> is needed. This is a stripped down version of Cayenne runtime. The following third party dependencies are needed (all included in "lib/third-party" directory of the distribution):</p>
+<p>On the client <b><tt>cayenne-client.jar</tt></b> is needed. This is a stripped-down version of Cayenne runtime. The following third party dependencies are needed (all included in "lib/third-party" directory of the distribution, except for hessian):</p>
 
 <ul>
-	<li><a href="http://jakarta.apache.org/commons/logging/" rel="nofollow">Apache Commons Logging</a>, version 1.1.</li>
-	<li><a href="http://jakarta.apache.org/commons/collections" rel="nofollow">Apache Commons Collections</a>, version 3.1.</li>
-	<li><a href="http://www.caucho.com/hessian/" rel="nofollow">Hessian Library</a>, version 3.1.6.</li>
+	<li><a href="http://jakarta.apache.org/commons/logging/" class="external-link" rel="nofollow">Apache Commons Logging</a>, version 1.1.</li>
+	<li><a href="http://jakarta.apache.org/commons/collections" class="external-link" rel="nofollow">Apache Commons Collections</a>, version 3.1.</li>
+	<li><a href="http://www.caucho.com/hessian/" class="external-link" rel="nofollow">Hessian Library</a>, version 3.1.6.</li>
 </ul>
 
 
-<p>Note that there can be issues with running different versions of Hessian on the client and server since the Hessian protocols sometimes change between even minor releases. We recommend you keep them matched or look at the Hessian source to decide whether you might have compatibility issues.</p></div>
+<p>Note that there can be issues with running different versions of Hessian on the client and server since the Hessian protocols sometimes change between even minor releases. We recommend you keep them matched or look at the Hessian source to decide whether you might have compatibility issues.</p>
+
+<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="../../../images/emoticons/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Hessian Versions</b><br />Cayenne 3.0 works correctly with Hessian 3.0.x and 3.1.x. Hessian 4.0.2 has a <a href="http://maillist.caucho.com/pipermail/hessian-interest/2009-December/000842.html" class="external-link" rel="nofollow">bug</a> that stops ROP. Hessian 3.2.x is binary incompatible with other versions and cannot be used.</td></tr></table></div> </div>
 </div>
   <div class="clearer">.</div>
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Introduction/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html Sun Nov 14 05:59:42 2010
@@ -34,7 +34,7 @@
 </li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -47,9 +47,9 @@
 </div>
 <div id="ConfluenceContent"><p>"Remote Object Persistence" is a low-overhead web services-based technology that provides lightweight object persistence and query functionality to 'remote' applications. In other words it provides familiar Cayenne API to applications that do not have direct access to the database. Instead such applications would access Cayenne Web Service (CWS). A single abstract data model (expressed as Cayenne XML DataMap) is used on the server and on the client, while execution logic can be partitioned between the tiers.</p>
 
-<p>The following picture compares a regular Cayenne web application and a rich client application that uses remote object persistence technology:</p>
+<p>The following picture compares a regular Cayenne web application and a rich client application that uses remote object persistence technology: </p>
 
-<p><img src="remote-object-persistence.jpg" align="absmiddle" border="0" /></p>
+<p><span class="image-wrap" style=""><img src="remote-object-persistence.jpg?version=2&amp;modificationDate=1144048717000" style="border: 0px solid black" /></span></p>
 
 <p>Persistence stack above consists of the following parts:</p>
 
@@ -64,7 +64,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Limitations/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Limitations/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Limitations/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Limitations/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -49,7 +49,6 @@
 
 <ul>
 	<li>Client classes have to be available to the server JVM.</li>
-	<li>No pure XML web service with a defined WSDL (although binary Hessian service is available for many languages other than Java)</li>
 	<li>No attribute and relationship-level security.</li>
 	<li>No query-level security.</li>
 	<li>No role-based security.</li>
@@ -62,7 +61,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Security/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/Remote%20Object%20Persistence%20Security/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Security/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/Remote Object Persistence Security/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -48,7 +48,7 @@
 <div id="ConfluenceContent"><h3><a name="RemoteObjectPersistenceSecurity-SecuringCayenneWebServiceAccess"></a>Securing Cayenne Web Service Access</h3>
 
 <ul>
-	<li><a href="../../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/Remote Object Persistence Tutorial Authentication/index.html" title="Remote Object Persistence Tutorial Authentication">Use HTTP(S) BASIC authentication</a> to authenticate the clients.</li>
+	<li><a href="/confluence/pages/createpage.action?spaceKey=CAYDOC&amp;title=Remote%20Object%20Persistence%20Tutorial%20Authentication&amp;linkCreation=true&amp;fromPageId=10646" class="createlink">Use HTTP(S) BASIC authentication</a> to authenticate the clients.</li>
 	<li>Explicitly check "Not for Client Use" for entities that should stay server-only.</li>
 	<li>Subclass <tt>org.apache.cayenne.remote.hessian.service.HessianServlet</tt> for user-defined fine-grained access control.</li>
 </ul>
@@ -58,7 +58,7 @@
   <div style="height: 12px; background-image: url('../../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote%20Object%20Persistence%20Guide/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/Remote Object Persistence Guide/index.html Sun Nov 14 05:59:42 2010
@@ -32,7 +32,7 @@
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html">Remote Object Persistence Introduction</a></li>
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html">Remote Object Persistence Features</a></li>
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html">Remote Object Persistence Installation</a></li>
-<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html">Remote Object Persistence Quick Start</a></li>
+<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html">Remote Object Persistence Tutorial</a></li>
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html">Remote Object Persistence Coding Server</a></li>
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html">Remote Object Persistence Coding Client</a></li>
 <li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html">Remote Object Persistence CWS Deployment</a></li>
@@ -50,7 +50,7 @@
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Introduction/index.html" title="Remote Object Persistence Introduction">Introduction</a></li>
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Features/index.html" title="Remote Object Persistence Features">Main Features</a></li>
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Installation/index.html" title="Remote Object Persistence Installation">Installation and Dependencies</a></li>
-	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Quick Start/index.html" title="Remote Object Persistence Quick Start">Quick Start</a></li>
+	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Tutorial/index.html" title="Remote Object Persistence Tutorial">Tutorial</a></li>
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Server/index.html" title="Remote Object Persistence Coding Server">Coding the Server</a></li>
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence Coding Client/index.html" title="Remote Object Persistence Coding Client">Coding the Client</a></li>
 	<li><a href="../../Documentation/Remote Object Persistence Guide/Remote Object Persistence CWS Deployment/index.html" title="Remote Object Persistence CWS Deployment">Deploying Cayenne Web Service</a></li>
@@ -66,7 +66,7 @@
   <div style="height: 12px; background-image: url('../../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>

Modified: cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/index.html
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/index.html?rev=1034937&r1=1034936&r2=1034937&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/index.html (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/doc/Documentation/index.html Sun Nov 14 05:59:42 2010
@@ -27,7 +27,7 @@
     <span class="logoSpaceLink"><a href="../index.html">Cayenne User Documentation</a></span><br />
     <span class="pagetitle">Documentation</span>
   </div>
-<div id="ConfluenceContent"><h2><a name="Documentation-CayenneDocumentationv.3.0%28Beta%29"></a>Cayenne Documentation - v. 3.0 (Beta)</h2>
+<div id="ConfluenceContent"><h2><a name="Documentation-CayenneDocumentationv.3.1%28Alpha%29"></a>Cayenne Documentation - v. 3.1 (Alpha)</h2>
 
 <p>Cayenne documentation consists of the following "books":</p>
 
@@ -44,7 +44,7 @@
 <p>This section lists documentation and reference materials that are maintained outside of Cayenne project.</p>
 
 <ul>
-	<li><a href="http://sourceforge.net/projects/tapcaycrud" rel="nofollow">TapCayCrud</a> - a Tapestry/Cayenne/Maven2 tutorial.</li>
+	<li><a href="http://sourceforge.net/projects/tapcaycrud" class="external-link" rel="nofollow">TapCayCrud</a> - a Tapestry/Cayenne/Maven2 tutorial.</li>
 </ul>
 </div>
 </div>
@@ -52,7 +52,7 @@
   <div style="height: 12px; background-image: url('../images/border_bottom.gif'); background-repeat: repeat-x;"></div>
 
   <div class="smalltext copyright">
-    Copyright &copy;2001-2008 Apache Software Foundation
+    Copyright &copy;2001-2010 Apache Software Foundation
   </div>
 
 </body>