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 2011/05/28 19:48:46 UTC

svn commit: r1128719 - in /cayenne/main/trunk/docs/docbook: ./ cayenne-guide/ cayenne-guide/src/ cayenne-guide/src/docbkx/ cayenne-guide/src/images/

Author: aadamchik
Date: Sat May 28 17:48:45 2011
New Revision: 1128719

URL: http://svn.apache.org/viewvc?rev=1128719&view=rev
Log:
docbook - attempt at setting up Cayenne Guide

Added:
    cayenne/main/trunk/docs/docbook/cayenne-guide/
    cayenne/main/trunk/docs/docbook/cayenne-guide/pom.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-a.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-b.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch1.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch10.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch11.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch12.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch13.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch14.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch15.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch16.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch17.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch2.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch3.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch4.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch5.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch6.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch7.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch8.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch9.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/index.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part1.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part2.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part3.xml
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/images/
    cayenne/main/trunk/docs/docbook/cayenne-guide/src/images/.gitignore
Modified:
    cayenne/main/trunk/docs/docbook/pom.xml

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/pom.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/pom.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/pom.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.   
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<parent>
+		<groupId>org.apache.cayenne.docs</groupId>
+		<artifactId>cayenne-docbook</artifactId>
+		<version>3.1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.cayenne.docs</groupId>
+	<artifactId>cayenne-guide</artifactId>
+	<name>Docbook: Cayenne Guide</name>
+</project>
\ No newline at end of file

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-a.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-a.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-a.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-a.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="server-configuration-properties">
+	<title>Server Configuration Properties</title>
+</appendix>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-b.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-b.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-b.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/appendix-b.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="client-configuration-properties">
+	<title>Client Configuration Properties</title>
+</appendix>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch1.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch1.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch1.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch1.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="setup">
+	<title>Setup</title>
+	<section xml:id="system-requirements">
+		<title>System Requirements</title>
+	</section>
+	<section xml:id="running-cayennemodeler">
+		<title>Running CayenneModeler</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch10.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch10.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch10.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch10.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="performance-tuning">
+	<title>Performance Tuning</title>
+	<section xml:id="prefetching">
+		<title>Prefetching</title>
+	</section>
+	<section xml:id="datarows">
+		<title>Data Rows</title>
+	</section>
+	<section xml:id="iterated-queries">
+		<title>Iterated Queries</title>
+	</section>
+	<section xml:id="paginated-queries">
+		<title>Paginated Queries</title>
+	</section>
+	<section xml:id="caching-and-fresh-data">
+		<title>Caching and Fresh Data</title>
+		<section xml:id="object-caching">
+			<title>Object Caching</title>
+		</section>
+		<section xml:id="query-result-caching">
+			<title>Query Result Caching</title>
+		</section>
+	</section>
+	<section xml:id="turning-off-synchronization-of-objectcontexts">
+		<title>Turning off Synchronization of ObjectContexts</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch11.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch11.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch11.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch11.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="customizing-cayenne-runtime">
+	<title>Customizing Cayenne Runtime</title>
+	<section xml:id="depdendency-injection-container">
+		<title>Dependency Injection Container</title>
+		<section xml:id="di-bindings-api">
+			<title>DI Bindings API</title>
+		</section>
+		<section xml:id="managing-services-lifecycle">
+			<title>Managing Services Lifecycle</title>
+		</section>
+		<section xml:id="overriding-services">
+			<title>Overriding Services</title>
+		</section>
+	</section>
+	<section xml:id="ways-to-customize-runtime">
+		<title>Ways to Customize Runtime</title>
+		<section xml:id="changing-properties-of-existing-services">
+			<title>Changing Properties of Existing Services</title>
+		</section>
+		<section xml:id="contributing-to-service-lists-maps">
+			<title>Contributing to Service Lists and Maps</title>
+		</section>
+		<section xml:id="alternative-service-implementations">
+			<title>Alternative Service Implementations</title>
+		</section>
+	</section>
+	<section xml:id="noteworthy-runtime-components">
+		<title>Noteworthy Runtime Components</title>
+		<section xml:id="jdbceventlogger">
+			<title>JdbcEventLogger</title>
+		</section>
+		<section xml:id="datasourcefactory">
+			<title>DataSourceFactory</title>
+		</section>
+		<section xml:id="datachannelfilter">
+			<title>DataChannelFilter</title>
+		</section>
+		<section xml:id="querycache">
+			<title>QueryCache</title>
+		</section>
+		<section xml:id="extendedtypes">
+			<title>ExtendedTypes</title>
+		</section>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch12.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch12.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch12.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch12.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="introduction-to-rop">
+	<title>Introduction to ROP</title>
+	<section xml:id="what-is-rop">
+		<title>What is ROP</title>
+	</section>
+	<section xml:id="main-features">
+		<title>Main Features</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch13.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch13.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch13.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch13.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="rop-setup">
+	<title>ROP Setup</title>
+	<section xml:id="rop-system-requirements">
+		<title>System Requirements</title>
+	</section>
+	<section xml:id="rop-jar-files-dependencies">
+		<title>Jar Files and Dependencies</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch14.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch14.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch14.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch14.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="implementing-rop-server">
+	<title>Implementing ROP Server</title>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch15.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch15.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch15.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch15.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="implementing-rop-client">
+	<title>Implementing ROP Client</title>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch16.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch16.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch16.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch16.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="rop-deployment">
+	<title>ROP Deployment</title>
+	<section xml:id="deploying-rop-server">
+		<title>Deploying ROP Server</title>
+	</section>
+	<section xml:id="deploying-rop-client">
+		<title>Deploying ROP Client</title>
+	</section>
+	<section xml:id="rop-security">
+		<title>Security</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch17.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch17.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch17.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch17.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="current-limitations">
+	<title>Current Limitations</title>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch2.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch2.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch2.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch2.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="cayenne-mapping-structure">
+	<title>Cayenne Mapping Structure</title>
+	<section xml:id="cayenne-project">
+		<title>Cayenne Project</title>
+	</section>
+	<section xml:id="datamap">
+		<title>DataMap</title>
+	</section>
+	<section xml:id="datanode">
+		<title>DataNode</title>
+	</section>
+	<section xml:id="dbentity">
+		<title>DbEntity</title>
+	</section>
+	<section xml:id="objentity">
+		<title>ObjEntity</title>
+		<section xml:id="mapping-objattributes-to-custom-classes">
+			<title>Mapping ObjAttributes to Custom Classes</title>
+		</section>
+	</section>
+	<section xml:id="embeddable">
+		<title>Embeddable</title>
+	</section>
+	<section xml:id="procedure">
+		<title>Procedure</title>
+	</section>
+	<section xml:id="query">
+		<title>Query</title>
+	</section>
+	<section xml:id="listeners-and-callbacks">
+		<title>Listeners and Callbacks</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch3.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch3.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch3.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch3.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="cayennemodeler-application">
+	<title>CayenneModeler Application</title>
+	<section xml:id="working-with-mapping-projects">
+		<title>Working with Mapping Projects</title>
+	</section>
+	<section xml:id="reverse-engineering-database">
+		<title>Reverse Engineering Database</title>
+	</section>
+	<section xml:id="generating-database-schema">
+		<title>Generating Database Schema</title>
+	</section>
+	<section xml:id="migrations">
+		<title>Migrations</title>
+	</section>
+	<section xml:id="generating-java-classes">
+		<title>Generating Java Classes</title>
+	</section>
+	<section xml:id="modeling-inheritance">
+		<title>Modeling Inheritance</title>
+	</section>
+	<section xml:id="modeling-pk-generation-strategy">
+		<title>Modeling Primary Key Generation Strategy</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch4.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch4.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch4.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch4.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="including-cayenne-in-project">
+	<title>Including Cayenne in a Project</title>
+	<section xml:id="jar-files-and-depdendencies">
+		<title>Jar Files and Dependencies</title>
+	</section>
+	<section xml:id="maven-projects">
+		<title>Maven Projects</title>
+		<section xml:id="mvn-cgen">
+			<title>cgen</title>
+		</section>
+		<section xml:id="mvn-cdbgen">
+			<title>cdbgen</title>
+		</section>
+		<section xml:id="mvn-cdbimport">
+			<title>cdbimport</title>
+		</section>
+	</section>
+	<section xml:id="ant-projects">
+		<title>Ant Projects</title>
+		<section xml:id="ant-cgen">
+			<title>cgen</title>
+		</section>
+		<section xml:id="ant-cdbgen">
+			<title>cdbgen</title>
+		</section>
+		<section xml:id="ant-cdbimport">
+			<title>cdbimport</title>
+		</section>
+		<section xml:id="ant-cdataport">
+			<title>cdataport</title>
+		</section>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch5.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch5.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch5.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch5.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="starting-cayenne">
+	<title>Starting Cayenne</title>
+	<section xml:id="starting-serverruntime">
+		<title>Starting ServerRuntime</title>
+	</section>
+	<section xml:id="webapps">
+		<title>Web Applications</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch6.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch6.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch6.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch6.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="persistent-objects-objectcontext">
+	<title>Persistent Objects and ObjectContext</title>
+	<section xml:id="objectcontext">
+		<title>ObjectContext</title>
+	</section>
+	<section xml:id="persistent-lifecycle">
+		<title>Persistent and its Lifecycle</title>
+	</section>
+	<section xml:id="persistent-operations">
+		<title>Persistent Operations</title>
+	</section>
+	<section xml:id="cayenne-helper-class">
+		<title>Cayenne Helper Class</title>
+	</section>
+	<section xml:id="objectcontext-nesting">
+		<title>ObjectContext Nesting</title>
+	</section>
+	<section xml:id="generic-persistent-objects">
+		<title>Generic Persistent Objects</title>
+	</section>
+	<section xml:id="transactions">
+		<title>Transactions</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch7.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch7.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch7.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch7.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="expressions">
+	<title>Expressions</title>
+	<section xml:id="expressions-overview">
+		<title>Expressions Overview</title>
+	</section>
+	<section xml:id="path-expressions">
+		<title>Path Expressions</title>
+	</section>
+	<section xml:id="expressions-from-strings">
+		<title>Creating Expressions from Strings</title>
+	</section>
+	<section xml:id="expressions-with-expressionfactory">
+		<title>Creating Expressions with ExpressionFactory</title>
+	</section>
+	<section xml:id="expressions-in-memory">
+		<title>Evaluating Expressions in Memory</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch8.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch8.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch8.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch8.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="queries">
+	<title>Queries</title>
+	<section xml:id="selectquery">
+		<title>SelectQuery</title>
+	</section>
+	<section xml:id="ejbqlquery">
+		<title>EJBQLQuery</title>
+	</section>
+	<section xml:id="sqltemplate">
+		<title>SQLTemplateQuery</title>
+	</section>
+	<section xml:id="procedurequery">
+		<title>ProcedureQuery</title>
+	</section>
+	<section xml:id="namedquery">
+		<title>NamedQuery</title>
+	</section>
+	<section xml:id="custom-queries">
+		<title>Custom Queries</title>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch9.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch9.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch9.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/ch9.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
+	version="5.0" xml:id="lifecycle-events">
+	<title>Lifecycle Events</title>
+	<section xml:id="types-of-lifecycle-events">
+		<title>Types of Lifecycle Events</title>
+	</section>
+	<section xml:id="lifecycle-callbacks-listeners">
+		<title>Lifecycle Callbacks and Listeners</title>
+		<section xml:id="callback-listener-method-semantics">
+			<title>Callback and Listener Methods Semantics</title>
+		</section>
+		<section xml:id="registering-callbacks-listeners">
+			<title>Registering Callbacks and Listeners</title>
+		</section>
+		<section xml:id="comining-listeners-with-datachannelfilters">
+			<title>Combining Listeners with DataChannelFilters</title>
+		</section>
+	</section>
+</chapter>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/index.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/index.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/index.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/index.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="manual"
+	xmlns:xi="http://www.w3.org/2001/XInclude">
+	<info>
+		<title>Cayenne Guide</title>
+		<copyright>
+			<year>2011</year>
+			<holder>Apache Software Foundation and individual authors</holder>
+		</copyright>
+		<authorgroup>
+			<author>
+				<personname>Aristedes Maniatis</personname>
+			</author>
+			<author>
+				<personname>Andrus Adamchik</personname>
+			</author>
+		</authorgroup>
+		<legalnotice>
+			<title>License</title>
+			<para>Licensed to the Apache Software Foundation (ASF) under one
+			or more contributor license agreements.  See the NOTICE file
+			distributed with this work for additional information
+			regarding copyright ownership.  The ASF licenses this file
+			to you under the Apache License, Version 2.0 (the
+			"License"); you may not use this file except in compliance
+			with the License.  You may obtain a copy of the License at
+
+			http://www.apache.org/licenses/LICENSE-2.0</para>
+
+			<para>Unless required by applicable law or agreed to in writing,
+			software distributed under the License is distributed on an
+			"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+			KIND, either express or implied.  See the License for the
+			specific language governing permissions and limitations
+			under the License.</para>
+		</legalnotice>
+	</info>
+	<xi:include href="part1.xml" />
+	<xi:include href="part2.xml" />
+	<xi:include href="part3.xml" />
+	<xi:include href="appendix-a.xml" />
+	<xi:include href="appendix-b.xml" />
+</book>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part1.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part1.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part1.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part1.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<part xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+        xml:id="part1" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <title>Object Relational Mapping with Cayenne</title>
+        <xi:include href="ch1.xml"/>
+		<xi:include href="ch2.xml"/>
+		<xi:include href="ch3.xml"/>
+</part>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part2.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part2.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part2.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part2.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<part xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+        xml:id="part2" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <title>Cayenne Framework</title>
+        <xi:include href="ch4.xml"/>
+		<xi:include href="ch5.xml"/>
+		<xi:include href="ch6.xml"/>
+		<xi:include href="ch7.xml"/>
+		<xi:include href="ch8.xml"/>
+		<xi:include href="ch9.xml"/>
+		<xi:include href="ch10.xml"/>
+		<xi:include href="ch11.xml"/>
+</part>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part3.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part3.xml?rev=1128719&view=auto
==============================================================================
--- cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part3.xml (added)
+++ cayenne/main/trunk/docs/docbook/cayenne-guide/src/docbkx/part3.xml Sat May 28 17:48:45 2011
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<part xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+        xml:id="part3" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <title>Cayenne Framework - Remote Object Persistence </title>
+        <xi:include href="ch12.xml"/>
+		<xi:include href="ch13.xml"/>
+		<xi:include href="ch14.xml"/>
+		<xi:include href="ch15.xml"/>
+		<xi:include href="ch16.xml"/>
+		<xi:include href="ch17.xml"/>
+</part>

Added: cayenne/main/trunk/docs/docbook/cayenne-guide/src/images/.gitignore
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/cayenne-guide/src/images/.gitignore?rev=1128719&view=auto
==============================================================================
    (empty)

Modified: cayenne/main/trunk/docs/docbook/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/docbook/pom.xml?rev=1128719&r1=1128718&r2=1128719&view=diff
==============================================================================
--- cayenne/main/trunk/docs/docbook/pom.xml (original)
+++ cayenne/main/trunk/docs/docbook/pom.xml Sat May 28 17:48:45 2011
@@ -31,7 +31,7 @@
 	</parent>
 	
 	<modules>
-		<module>main</module>
+		<module>cayenne-guide</module>
 	</modules>
 
 	<groupId>org.apache.cayenne.docs</groupId>
@@ -84,12 +84,11 @@
 					<xincludeSupported>true</xincludeSupported>
 					<highlightSource>true</highlightSource>
 					<targetDirectory>${basedir}/target/site/</targetDirectory>
-					<sourceDirectory>disabled-for-parent-pom</sourceDirectory>
 					<includes>index.xml</includes>				
 				</configuration>
 				<executions>
 					<execution>
-						<id>builcd-pdf</id>
+						<id>build-pdf</id>
 						<configuration>
 							<foCustomization>${project.parent.basedir}/stylesheets/pdf.xsl</foCustomization>
 							<postProcess>
@@ -159,14 +158,5 @@
 				</executions>
 			</plugin>
 		</plugins>
-		
-		
-		<extensions>
-			<extension>
-				<groupId>org.apache.maven.wagon</groupId>
-				<artifactId>wagon-ssh</artifactId>
-				<version>1.0-beta-7</version>
-			</extension>
-		</extensions>
 	</build>
 </project>