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 2012/10/31 21:00:59 UTC

svn commit: r1404326 [2/2] - /cayenne/site/cms/trunk/content/doc20/

Modified: cayenne/site/cms/trunk/content/doc20/path-expressions.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/path-expressions.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/path-expressions.html (original)
+++ cayenne/site/cms/trunk/content/doc20/path-expressions.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne » Path Expressions
+Title: 2.0 » Path Expressions
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/performance-tuning.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/performance-tuning.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/performance-tuning.html (original)
+++ cayenne/site/cms/trunk/content/doc20/performance-tuning.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne » Performance Tuning
+Title: 2.0 » Performance Tuning
 
 	
 <P>Most performance problems in database applications, including those using ORM, are related to the inefficient queries and/or large volumes of data in the database. Here is a few common issues that a typical application may run into:</P>

Modified: cayenne/site/cms/trunk/content/doc20/persistent-object-lifecycle.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/persistent-object-lifecycle.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/persistent-object-lifecycle.html (original)
+++ cayenne/site/cms/trunk/content/doc20/persistent-object-lifecycle.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Persistent Object Lifecycle
+Title: 2.0 &raquo; Persistent Object Lifecycle
 
 	
 <P>A lifecycle of a persistent object can be represented as a number of states and transitions between them. These states are formally defined as &quot;int&quot; constants in <TT>org.apache.cayenne.PersistenceState</TT> class. Transitions between states (see the diagram below) occur in response to the application interacting with either persistent objects or Cayenne context. Whenever a transition occurs, Cayenne automatically updates &quot;persistenceState&quot; property of all affected objects by calling <TT>setPersistenceState()</TT>.</P>

Modified: cayenne/site/cms/trunk/content/doc20/preferences-panel.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/preferences-panel.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/preferences-panel.html (original)
+++ cayenne/site/cms/trunk/content/doc20/preferences-panel.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Preferences Panel
+Title: 2.0 &raquo; Preferences Panel
 
 	
 <P>CayenneModeler relies on a number of user-specific preferences to operate in a user-friendly manner. Some preferences are determined automatically behind the scenes (such as preferred window size or last visited directory), some can be configured by users via &quot;Preferences Panel&quot; described in this chapter.</P>

Modified: cayenne/site/cms/trunk/content/doc20/prefetching.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/prefetching.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/prefetching.html (original)
+++ cayenne/site/cms/trunk/content/doc20/prefetching.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Prefetching
+Title: 2.0 &raquo; Prefetching
 
 	
 <H3><A name="Prefetching-IntroductiontoPrefetching"></A>Introduction to Prefetching</H3>

Modified: cayenne/site/cms/trunk/content/doc20/primary-key-generation.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/primary-key-generation.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/primary-key-generation.html (original)
+++ cayenne/site/cms/trunk/content/doc20/primary-key-generation.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Primary Key Generation
+Title: 2.0 &raquo; Primary Key Generation
 
 	<P>Depending on the type of persistent objects and the database design, primary key values can be handled in a few different ways. A decision to use one or another technique will affect how the mapping is done. Here is a summary of possible scenarios. Each one is described below in details.</P>
 <DIV class="table-wrap">

Modified: cayenne/site/cms/trunk/content/doc20/qualifier-expressions.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/qualifier-expressions.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/qualifier-expressions.html (original)
+++ cayenne/site/cms/trunk/content/doc20/qualifier-expressions.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Qualifier Expressions
+Title: 2.0 &raquo; Qualifier Expressions
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/queries-stored-in-datamap.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/queries-stored-in-datamap.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/queries-stored-in-datamap.html (original)
+++ cayenne/site/cms/trunk/content/doc20/queries-stored-in-datamap.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Queries Stored in DataMap
+Title: 2.0 &raquo; Queries Stored in DataMap
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/queries.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/queries.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/queries.html (original)
+++ cayenne/site/cms/trunk/content/doc20/queries.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Queries
+Title: 2.0 &raquo; Queries
 
 	<P>Queries are Cayenne abstraction for communicating with an external data storage. Queries are Java objects that are generally independent from the SQL dialect used by the target database. Cayenne includes a number of standard queries in the <TT>org.apache.cayenne.query</TT> package. Many of them are only used internally. Here we describe the queries that can be useful in the application.</P>
 

Modified: cayenne/site/cms/trunk/content/doc20/querychain.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/querychain.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/querychain.html (original)
+++ cayenne/site/cms/trunk/content/doc20/querychain.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; QueryChain
+Title: 2.0 &raquo; QueryChain
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/quick-start.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/quick-start.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/quick-start.html (original)
+++ cayenne/site/cms/trunk/content/doc20/quick-start.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Quick Start
+Title: 2.0 &raquo; Quick Start
 
 	
 <P>This chapter provides a step-by-step tutorial on writing a full database application with Cayenne. When you are done with it, you should have an understanding of the basics of object relational mapping with CayenneModeler and how to use Cayenne in standalone (command line or otherwise) and web applications. The tutorial uses the Eclipse IDE (since it is free and very common) and Derby database (since it supports embedded mode and thus requires zero setup), however it can be easily applied to any other database and/or IDE's.</P>

Modified: cayenne/site/cms/trunk/content/doc20/relationshipquery.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/relationshipquery.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/relationshipquery.html (original)
+++ cayenne/site/cms/trunk/content/doc20/relationshipquery.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; RelationshipQuery
+Title: 2.0 &raquo; RelationshipQuery
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/relationships.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/relationships.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/relationships.html (original)
+++ cayenne/site/cms/trunk/content/doc20/relationships.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Relationships
+Title: 2.0 &raquo; Relationships
 
 	
 <P>Relationships are special DataObject properties that reference other &quot;related&quot; objects. Semantically there are two types of relationships - to-one pointing to just a single DataObjects (e.g. Painting.toArtist), and to-many pointing to a collection of DataObjects of the same base type (e.g. Artist.paintingArray).</P>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-client-deployment.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-client-deployment.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-client-deployment.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-client-deployment.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Client Deployment
+Title: 2.0 &raquo; Remote Object Persistence Client Deployment
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-client.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-client.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-client.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-client.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Coding Client
+Title: 2.0 &raquo; Remote Object Persistence Coding Client
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-server.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-server.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-server.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-coding-server.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Coding Server
+Title: 2.0 &raquo; Remote Object Persistence Coding Server
 
 	<P><BR>
 In the simplest case, there is no custom code on the server. The server would only contain Cayenne mapping files, persistent classes and web.xml descriptor <A href="remote-object-persistence-cws-deployment.html" title="Remote Object Persistence CWS Deployment">specifying deployment parameters</A> of the service. Customization is done via subclassing <TT>org.apache.cayenne.remote.hessian.service.HessianServlet</TT>, and adding business logic to the server-side persistent objects (e.g. in the validation methods).</P>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-comparison.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-comparison.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-comparison.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-comparison.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Comparison
+Title: 2.0 &raquo; Remote Object Persistence Comparison
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-cws-deployment.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-cws-deployment.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-cws-deployment.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-cws-deployment.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence CWS Deployment
+Title: 2.0 &raquo; Remote Object Persistence CWS Deployment
 
 	
 <H2><A name="RemoteObjectPersistenceCWSDeployment-CWSDeploymentwithHessian"></A>CWS Deployment with Hessian</H2>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-features.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-features.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-features.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-features.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Features
+Title: 2.0 &raquo; Remote Object Persistence Features
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-guide.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-guide.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-guide.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-guide.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Guide
+Title: 2.0 &raquo; Remote Object Persistence Guide
 
 	<H2><A name="RemoteObjectPersistenceGuide-RemoteObjectPersistenceGuide"></A>Remote Object Persistence Guide</H2>
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-installation.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-installation.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-installation.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-installation.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Installation
+Title: 2.0 &raquo; Remote Object Persistence Installation
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-introduction.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-introduction.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-introduction.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-introduction.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Introduction
+Title: 2.0 &raquo; Remote Object Persistence Introduction
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-limitations.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-limitations.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-limitations.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-limitations.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Limitations
+Title: 2.0 &raquo; Remote Object Persistence Limitations
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-quick-start.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-quick-start.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-quick-start.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-quick-start.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Quick Start
+Title: 2.0 &raquo; Remote Object Persistence Quick Start
 
 	
 <P>This tutorial is an extension of a <A href="quick-start.html" title="Quick Start">Quick Start</A> Cayenne tutorial, showing how to deploy an existing mapping project as a Cayenne web service, and then write a command-line client to access the service. Note that in most real applications the client will be a Swing or SWT GUI application. We are showing the command line example to avoid dealing with UI details and concentrate on Cayenne API.</P>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-security.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-security.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-security.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-security.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Security
+Title: 2.0 &raquo; Remote Object Persistence Security
 
 	
 <H3><A name="RemoteObjectPersistenceSecurity-SecuringCayenneWebServiceAccess"></A>Securing Cayenne Web Service Access</H3>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-authentication.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-authentication.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-authentication.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-authentication.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Tutorial Authentication
+Title: 2.0 &raquo; Remote Object Persistence Tutorial Authentication
 
 	
 <P>You probably don't want everybody in the world to connect to your service and access (and update!) arbitrary data. The first step in securing Cayenne service is implementing client authentication. The easiest way to do it is to delegate the authentication task to the web container that is running the service. HessianConnection used in the <A href="remote-object-persistence-tutorial-client-code.html" title="Remote Object Persistence Tutorial Client Code">previous chapter</A> supports such authentication on the client side.</P>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-code.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-code.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-code.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-code.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Tutorial Client Code
+Title: 2.0 &raquo; Remote Object Persistence Tutorial Client Code
 
 	
 <H3><A name="RemoteObjectPersistenceTutorialClientCode-StartingCommandLineClient"></A>Starting Command Line Client</H3>

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-project.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-project.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-project.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-client-project.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Tutorial Client Project
+Title: 2.0 &raquo; Remote Object Persistence Tutorial Client Project
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-setup.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-setup.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-setup.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-setup.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Tutorial Setup
+Title: 2.0 &raquo; Remote Object Persistence Tutorial Setup
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-webservice.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-webservice.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-webservice.html (original)
+++ cayenne/site/cms/trunk/content/doc20/remote-object-persistence-tutorial-webservice.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Remote Object Persistence Tutorial WebService
+Title: 2.0 &raquo; Remote Object Persistence Tutorial WebService
 
 	
 <H3><A name="RemoteObjectPersistenceTutorialWebService-DeployingaWebService"></A>Deploying a Web Service</H3>

Modified: cayenne/site/cms/trunk/content/doc20/reverse-engineer-database.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/reverse-engineer-database.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/reverse-engineer-database.html (original)
+++ cayenne/site/cms/trunk/content/doc20/reverse-engineer-database.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Reverse Engineer Database
+Title: 2.0 &raquo; Reverse Engineer Database
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/running-cayennemodeler.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/running-cayennemodeler.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/running-cayennemodeler.html (original)
+++ cayenne/site/cms/trunk/content/doc20/running-cayennemodeler.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Running CayenneModeler
+Title: 2.0 &raquo; Running CayenneModeler
 
 	
 <P>Follow the instructions below appropriate for the type of OS and Cayenne distribution that you have:</P>

Modified: cayenne/site/cms/trunk/content/doc20/running-queries.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/running-queries.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/running-queries.html (original)
+++ cayenne/site/cms/trunk/content/doc20/running-queries.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Running Queries
+Title: 2.0 &raquo; Running Queries
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/runtime-components.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/runtime-components.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/runtime-components.html (original)
+++ cayenne/site/cms/trunk/content/doc20/runtime-components.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Runtime Components
+Title: 2.0 &raquo; Runtime Components
 
 	<P>Cayenne runtime framework is an intermediary between a Java application and a relational database. The picture below shows the main components of the framework:</P>
 

Modified: cayenne/site/cms/trunk/content/doc20/scripting-sqltemplate.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/scripting-sqltemplate.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/scripting-sqltemplate.html (original)
+++ cayenne/site/cms/trunk/content/doc20/scripting-sqltemplate.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Scripting SQLTemplate
+Title: 2.0 &raquo; Scripting SQLTemplate
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/selecting-objects.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/selecting-objects.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/selecting-objects.html (original)
+++ cayenne/site/cms/trunk/content/doc20/selecting-objects.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Selecting Objects
+Title: 2.0 &raquo; Selecting Objects
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/selectquery-customization.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/selectquery-customization.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/selectquery-customization.html (original)
+++ cayenne/site/cms/trunk/content/doc20/selectquery-customization.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; SelectQuery Customization
+Title: 2.0 &raquo; SelectQuery Customization
 
 	
 <P><A href="selectquery.html" title="SelectQuery">SelectQueries</A> allow to fine tune the behavior of the fetch using the following API:</P>

Modified: cayenne/site/cms/trunk/content/doc20/selectquery.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/selectquery.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/selectquery.html (original)
+++ cayenne/site/cms/trunk/content/doc20/selectquery.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; SelectQuery
+Title: 2.0 &raquo; SelectQuery
 
 	<P>The most commonly used query is SelectQuery. It is a descriptor that allows DataContext to fetch lists of DataObjects of the right type matching the specified criteria. SelectQuery together with the DataMap provides just enough information to the Cayenne runtime objects to build the right SQL SELECT statement and control various execution parameters.</P>
 

Modified: cayenne/site/cms/trunk/content/doc20/setting-datamap-defaults.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/setting-datamap-defaults.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/setting-datamap-defaults.html (original)
+++ cayenne/site/cms/trunk/content/doc20/setting-datamap-defaults.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Setting DataMap Defaults
+Title: 2.0 &raquo; Setting DataMap Defaults
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/sqltemplate-query.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/sqltemplate-query.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/sqltemplate-query.html (original)
+++ cayenne/site/cms/trunk/content/doc20/sqltemplate-query.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; SQLTemplate Query
+Title: 2.0 &raquo; SQLTemplate Query
 
 	<P>Not all features of SQL can (or should) be mapped in the object model in terms of DataObjects. For such cases Cayenne provides a powerful mechanism for running both selecting and non-selecting SQL using scriptable SQLTemplate query. This chapter describes how simple SQLTemplates can be created and executed with DataContext to select or update the database data. Subsequent chapters show how to build SQL dynamically, bind parameters and describe result sets using SQLTemplate scripting features.</P>
 

Modified: cayenne/site/cms/trunk/content/doc20/standalone-applications.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/standalone-applications.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/standalone-applications.html (original)
+++ cayenne/site/cms/trunk/content/doc20/standalone-applications.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Standalone Applications
+Title: 2.0 &raquo; Standalone Applications
 
 	
 <H3><A name="StandaloneApplications-SharedConfigurationSingleton"></A>Shared Configuration Singleton</H3>

Modified: cayenne/site/cms/trunk/content/doc20/stored-procedures-and-transactions.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/stored-procedures-and-transactions.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/stored-procedures-and-transactions.html (original)
+++ cayenne/site/cms/trunk/content/doc20/stored-procedures-and-transactions.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Stored Procedures and Transactions
+Title: 2.0 &raquo; Stored Procedures and Transactions
 
 	<P><BR>
 <BR>

Modified: cayenne/site/cms/trunk/content/doc20/stored-procedures.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/stored-procedures.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/stored-procedures.html (original)
+++ cayenne/site/cms/trunk/content/doc20/stored-procedures.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Stored Procedures
+Title: 2.0 &raquo; Stored Procedures
 
 	<P>In addition to mapping database tables and views as entities, Cayenne allows mapping and executing database stored procedures. Just like table structure is described by DbEntities, stored procedures are described by Procedure class. Stored procedures are created using CayenneModeler, and are executed using ProcedureQuery, as described in the following chapters.</P>
 

Modified: cayenne/site/cms/trunk/content/doc20/swing-applications.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/swing-applications.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/swing-applications.html (original)
+++ cayenne/site/cms/trunk/content/doc20/swing-applications.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Swing Applications
+Title: 2.0 &raquo; Swing Applications
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/to-dep-pk-checkbox.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/to-dep-pk-checkbox.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/to-dep-pk-checkbox.html (original)
+++ cayenne/site/cms/trunk/content/doc20/to-dep-pk-checkbox.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; To Dep PK Checkbox
+Title: 2.0 &raquo; To Dep PK Checkbox
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/turning-off-context-synchronization.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/turning-off-context-synchronization.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/turning-off-context-synchronization.html (original)
+++ cayenne/site/cms/trunk/content/doc20/turning-off-context-synchronization.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Turning off Context Synchronization
+Title: 2.0 &raquo; Turning off Context Synchronization
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-datacontext.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-datacontext.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-datacontext.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-datacontext.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial DataContext
+Title: 2.0 &raquo; Tutorial DataContext
 
 	
 <UL>

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-dataobjects.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-dataobjects.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-dataobjects.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-dataobjects.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial DataObjects
+Title: 2.0 &raquo; Tutorial DataObjects
 
 	
 <P>Persistent classes in Cayenne implement a <A href="dataobjects.html" title="DataObjects">DataObject interface</A>. If you inspect any of classes <A href="tutorial-generate-database-and-java-classes.html" title="Tutorial Generate Database and Java Classes">generated earlier</A> in this tutorial (e.g. <TT>cayenne.tutorial.Artist</TT>), you'll see that it extends a class with the name that starts with underscore (<TT>cayenne.tutorial.auto._Artist</TT>), which in turn extends from <TT>org.apache.cayenne.CayenneDataObject</TT>. Splitting each persistent class into user-customizable subclass (Xyz) and a generated superclass (_Xyz) is a useful technique to avoid overwriting of the custom code when refreshing classes from the mapping model.</P>

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-delete.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-delete.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-delete.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-delete.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Delete
+Title: 2.0 &raquo; Tutorial Delete
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-generate-database-and-java-classes.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-generate-database-and-java-classes.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-generate-database-and-java-classes.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-generate-database-and-java-classes.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Generate Database and Java Classes
+Title: 2.0 &raquo; Tutorial Generate Database and Java Classes
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-mapping-query.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-mapping-query.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-mapping-query.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-mapping-query.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Mapping Query
+Title: 2.0 &raquo; Tutorial Mapping Query
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-object-relational-mapping.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-object-relational-mapping.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-object-relational-mapping.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-object-relational-mapping.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Object Relational Mapping
+Title: 2.0 &raquo; Tutorial Object Relational Mapping
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-selectquery.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-selectquery.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-selectquery.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-selectquery.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial SelectQuery
+Title: 2.0 &raquo; Tutorial SelectQuery
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-setup.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-setup.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-setup.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-setup.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Setup
+Title: 2.0 &raquo; Tutorial Setup
 
 	<H3><A name="TutorialSetup-InstallJava"></A>Install Java</H3>
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-starting-mapping-project.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-starting-mapping-project.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-starting-mapping-project.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-starting-mapping-project.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Starting Mapping Project
+Title: 2.0 &raquo; Tutorial Starting Mapping Project
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/tutorial-webapp.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/tutorial-webapp.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/tutorial-webapp.html (original)
+++ cayenne/site/cms/trunk/content/doc20/tutorial-webapp.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Tutorial Webapp
+Title: 2.0 &raquo; Tutorial Webapp
 
 	
 <P>Now we'll convert the tutorial that we created to a web application. The web part of it is done in JSP and is intentionally primitive from the UI perspective, to concentrate on Cayenne integration aspect. There may be some specifics depending on the web framework used (JSP, Struts, JSF, Click, WebWork, Tapestry, etc.), still the procedure outlined here is quite universal as it relies on the J2EE servlet specification.</P>

Modified: cayenne/site/cms/trunk/content/doc20/understanding-transactions.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/understanding-transactions.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/understanding-transactions.html (original)
+++ cayenne/site/cms/trunk/content/doc20/understanding-transactions.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Understanding Transactions
+Title: 2.0 &raquo; Understanding Transactions
 
 	
 <P>Cayenne has its own simple transaction API centered around <TT>org.apache.cayenne.access.Transaction</TT> class. Its goal is to ensure consistency of the DataContext database operations. It works either as a standalone mechanism, or in conjunction with another transaction framework, such as JTA or Spring. To switch between the two modes of operation, use &quot;Container-Managed Transactions&quot; checkbox in the DataDomain editing panel in CayenneModeler:</P>

Modified: cayenne/site/cms/trunk/content/doc20/upgrade.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/upgrade.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/upgrade.html (original)
+++ cayenne/site/cms/trunk/content/doc20/upgrade.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Upgrade
+Title: 2.0 &raquo; Upgrade
 
 	
 <H3><A name="Upgrade-GeneralUpgradeRecommendations"></A>General Upgrade Recommendations</H3>

Modified: cayenne/site/cms/trunk/content/doc20/user-guide.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/user-guide.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/user-guide.html (original)
+++ cayenne/site/cms/trunk/content/doc20/user-guide.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; User Guide
+Title: 2.0 &raquo; User Guide
 
 	<H2><A name="UserGuide-UserGuide"></A>User Guide</H2>
 

Modified: cayenne/site/cms/trunk/content/doc20/using-jndi.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/using-jndi.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/using-jndi.html (original)
+++ cayenne/site/cms/trunk/content/doc20/using-jndi.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Using JNDI
+Title: 2.0 &raquo; Using JNDI
 
 	
 

Modified: cayenne/site/cms/trunk/content/doc20/using-orderings.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/using-orderings.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/using-orderings.html (original)
+++ cayenne/site/cms/trunk/content/doc20/using-orderings.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Using Orderings
+Title: 2.0 &raquo; Using Orderings
 
 	
 <P>To sort SelectQuery results, orderings are used. Orderings use path expressions discussed in the previous section to identify the attributes that must be used in sorting. For example to order results by artist name, the following code can be used:</P>

Modified: cayenne/site/cms/trunk/content/doc20/web-applications.html
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doc20/web-applications.html?rev=1404326&r1=1404325&r2=1404326&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/doc20/web-applications.html (original)
+++ cayenne/site/cms/trunk/content/doc20/web-applications.html Wed Oct 31 20:00:53 2012
@@ -1,4 +1,4 @@
-Title: Apache Cayenne &raquo; Web Applications
+Title: 2.0 &raquo; Web Applications
 
 	
 <H3><A name="WebApplications-PuttingCayenneFilesinWebApplicationCLASSPATH"></A>Putting Cayenne Files in Web Application CLASSPATH</H3>