Modified:
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part3.html
==============================================================================
---
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part3.html
(original)
+++
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part3.html
Sun Feb 16 05:26:32 2014
@@ -9,4 +9,4 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
- </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1B3-SNAPSHOT)</th><th
align="center">Part III. Learning Cayenne
API</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="ch04.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%" align="right"> <a accesskey="n"
href="ch05.html">Next</a></td></tr></table><hr></div><div class="part"
title="Part III. Learning Cayenne API"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started-part3"></a>Part III. Learning Cayenne
API</h1></div></div></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="chapter"><a href="ch05.html">5. Getting
started with ObjectContext</a></span></dt><dd><dl><dt><span class="section"><a
href="ch
05.html#creating-main-class">Creating the Main Class</a></span></dt><dt><span
class="section"><a href="ch05.html#runnning-app">Running
Application</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch06.html">6. Getting started with persistent
objects</a></span></dt><dd><dl><dt><span class="section"><a
href="ch06.html#customizing-persistent-objects">Inspecting and Customizing
Persistent Objects</a></span></dt><dt><span class="section"><a
href="ch06.html#create-new-objects">Create New
Objects</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch07.html">7. Selecting Objects</a></span></dt><dd><dl><dt><span
class="section"><a href="ch07.html#introducing-select-query">Introducing
SelectQuery</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch08.html">8. Deleting Objects</a></span></dt><dd><dl><dt><span
class="section"><a href="ch08.html#setup-delete-rules">Setting Up Delete
Rules</a></span></dt><dt><span class="section"><a
href="ch08.html#deleting-objects">
Deleting Objects</a></span></dt></dl></dd></dl></div></div><div
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td
width="40%" align="left"><a accesskey="p"
href="ch04.html">Prev</a> </td><td width="20%"
align="center"> </td><td width="40%" align="right"> <a accesskey="n"
href="ch05.html">Next</a></td></tr><tr><td width="40%" align="left"
valign="top">Chapter 4. Creating Java Classes </td><td
width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td
width="40%" align="right" valign="top"> Chapter 5. Getting
started with ObjectContext</td></tr></table></div></body></html>
\ No newline at end of file
+ </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1RC1)</th><th
align="center">Part III. Learning Cayenne
API</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="ch04.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%" align="right"> <a accesskey="n"
href="ch05.html">Next</a></td></tr></table><hr></div><div class="part"
title="Part III. Learning Cayenne API"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started-part3"></a>Part III. Learning Cayenne
API</h1></div></div></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="chapter"><a href="ch05.html">5. Getting
started with ObjectContext</a></span></dt><dd><dl><dt><span class="section"><a
href="ch05.html#
creating-main-class">Creating the Main Class</a></span></dt><dt><span
class="section"><a href="ch05.html#runnning-app">Running
Application</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch06.html">6. Getting started with persistent
objects</a></span></dt><dd><dl><dt><span class="section"><a
href="ch06.html#customizing-persistent-objects">Inspecting and Customizing
Persistent Objects</a></span></dt><dt><span class="section"><a
href="ch06.html#create-new-objects">Create New
Objects</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch07.html">7. Selecting Objects</a></span></dt><dd><dl><dt><span
class="section"><a href="ch07.html#introducing-select-query">Introducing
SelectQuery</a></span></dt></dl></dd><dt><span class="chapter"><a
href="ch08.html">8. Deleting Objects</a></span></dt><dd><dl><dt><span
class="section"><a href="ch08.html#setup-delete-rules">Setting Up Delete
Rules</a></span></dt><dt><span class="section"><a
href="ch08.html#deleting-objects">Deleting
Objects</a></span></dt></dl></dd></dl></div></div><div
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td
width="40%" align="left"><a accesskey="p"
href="ch04.html">Prev</a> </td><td width="20%"
align="center"> </td><td width="40%" align="right"> <a accesskey="n"
href="ch05.html">Next</a></td></tr><tr><td width="40%" align="left"
valign="top">Chapter 4. Creating Java Classes </td><td
width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td
width="40%" align="right" valign="top"> Chapter 5. Getting
started with ObjectContext</td></tr></table></div></body></html>
\ No newline at end of file
Modified:
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part4.html
==============================================================================
---
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part4.html
(original)
+++
websites/staging/cayenne/trunk/content/docs/3.1/tutorial/getting-started-part4.html
Sun Feb 16 05:26:32 2014
@@ -9,4 +9,4 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
- </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1B3-SNAPSHOT)</th><th
align="center">Part IV. Converting to Web
Application</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="ch08.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%" align="right"> <a accesskey="n"
href="ch09.html">Next</a></td></tr></table><hr></div><div class="part"
title="Part IV. Converting to Web Application"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started-part4"></a>Part IV. Converting to Web
Application</h1></div></div></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="chapter"><a href="ch09.html">9. Converting
to Web Application</a></span></dt><dd><dl><dt><span class="s
ection"><a href="ch09.html#converting-to-webapp">Converting Tutorial to a Web
Application</a></span></dt><dt><span class="section"><a
href="ch09.html#running-webapp">Running Web
Application</a></span></dt></dl></dd></dl></div></div><div
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td
width="40%" align="left"><a accesskey="p"
href="ch08.html">Prev</a> </td><td width="20%"
align="center"> </td><td width="40%" align="right"> <a accesskey="n"
href="ch09.html">Next</a></td></tr><tr><td width="40%" align="left"
valign="top">Chapter 8. Deleting Objects </td><td width="20%"
align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%"
align="right" valign="top"> Chapter 9. Converting to Web
Application</td></tr></table></div></body></html>
\ No newline at end of file
+ </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1RC1)</th><th
align="center">Part IV. Converting to Web
Application</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="ch08.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%" align="right"> <a accesskey="n"
href="ch09.html">Next</a></td></tr></table><hr></div><div class="part"
title="Part IV. Converting to Web Application"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started-part4"></a>Part IV. Converting to Web
Application</h1></div></div></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="chapter"><a href="ch09.html">9. Converting
to Web Application</a></span></dt><dd><dl><dt><span class="section">
<a href="ch09.html#converting-to-webapp">Converting Tutorial to a Web
Application</a></span></dt><dt><span class="section"><a
href="ch09.html#running-webapp">Running Web
Application</a></span></dt></dl></dd></dl></div></div><div
class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td
width="40%" align="left"><a accesskey="p"
href="ch08.html">Prev</a> </td><td width="20%"
align="center"> </td><td width="40%" align="right"> <a accesskey="n"
href="ch09.html">Next</a></td></tr><tr><td width="40%" align="left"
valign="top">Chapter 8. Deleting Objects </td><td width="20%"
align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%"
align="right" valign="top"> Chapter 9. Converting to Web
Application</td></tr></table></div></body></html>
\ No newline at end of file
Modified: websites/staging/cayenne/trunk/content/docs/3.1/tutorial/index.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/tutorial/index.html
(original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/tutorial/index.html Sun Feb
16 05:26:32 2014
@@ -9,7 +9,7 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
- </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1B3-SNAPSHOT)</th><th align="center">Getting
Started with Cayenne</th><th></th></tr><tr><td width="20%"
align="left"> </td><th width="60%" align="center"> </th><td
width="20%" align="right"> <a accesskey="n"
href="getting-started-part1.html">Next</a></td></tr></table><hr></div><div
class="book" title="Getting Started with Cayenne"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started"></a>Getting Started with Cayenne</h1></div><div><p
class="copyright">Copyright © 2011-2014 Apache Software Foundation and
individual authors</p></div><div><div class="legalnotice" title="License"><a
name="d0e11"></a><p class="legalnotice-title"><b>License</b></p><p>Licensed to
the Apache Software Foundation (ASF
) under one or more contributor
+ </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1RC1)</th><th align="center">Getting Started with
Cayenne</th><th></th></tr><tr><td width="20%" align="left"> </td><th
width="60%" align="center"> </th><td width="20%" align="right"> <a
accesskey="n"
href="getting-started-part1.html">Next</a></td></tr></table><hr></div><div
class="book" title="Getting Started with Cayenne"><div
class="titlepage"><div><div><h1 class="title"><a
name="getting-started"></a>Getting Started with Cayenne</h1></div><div><p
class="copyright">Copyright © 2011-2014 Apache Software Foundation and
individual authors</p></div><div><div class="legalnotice" title="License"><a
name="d0e11"></a><p class="legalnotice-title"><b>License</b></p><p>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
Modified:
websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/ar01.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/ar01.html
(original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/ar01.html Sun
Feb 16 05:26:32 2014
@@ -9,7 +9,7 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
- </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1B3-SNAPSHOT)</th><th align="center">Guide to 3.1
Features</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="index.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%"
align="right"> </td></tr></table><hr></div><div class="article"
title="Guide to 3.1 Features"><div class="titlepage"><div><div><h2
class="title"><a name="d0e18"></a>Guide to 3.1
Features</h2></div></div><hr></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="section"><a
href="ar01.html#ditribution-content-structure">Distribution Contents
Structure</a></span></dt><dt><span class="section"><a
href="ar01.html#cayenne-configuration">Cayenne
Configuration</a></span></dt><dt><span class="sectio
n"><a href="ar01.html#framework-api">Framework API</a></span></dt><dt><span
class="section"><a
href="ar01.html#cayenne-modeler">CayenneModeler</a></span></dt><dt><span
class="section"><a href="ar01.html#lifecycle-extensions">Lifecycle
Extensions</a></span></dt></dl></div><p>This guide highlights the new features
and changes introduced in 3.1 release. It is a
+ </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1RC1)</th><th align="center">Guide to 3.1
Features</th><th></th></tr><tr><td width="20%" align="left"><a accesskey="p"
href="index.html">Prev</a> </td><th width="60%"
align="center"> </th><td width="20%"
align="right"> </td></tr></table><hr></div><div class="article"
title="Guide to 3.1 Features"><div class="titlepage"><div><div><h2
class="title"><a name="d0e18"></a>Guide to 3.1
Features</h2></div></div><hr></div><div class="toc"><p><b>Table of
Contents</b></p><dl><dt><span class="section"><a
href="ar01.html#ditribution-content-structure">Distribution Contents
Structure</a></span></dt><dt><span class="section"><a
href="ar01.html#cayenne-configuration">Cayenne
Configuration</a></span></dt><dt><span class="section"><a hr
ef="ar01.html#framework-api">Framework API</a></span></dt><dt><span
class="section"><a
href="ar01.html#cayenne-modeler">CayenneModeler</a></span></dt><dt><span
class="section"><a href="ar01.html#lifecycle-extensions">Lifecycle
Extensions</a></span></dt></dl></div><p>This guide highlights the new features
and changes introduced in 3.1 release. It is a
high-level overview. For more details consult <span
class="bold"><strong>RELEASE-NOTES.txt</strong></span> file included in each
release for the full list of
changes, and <span class="bold"><strong>UPGRADE.txt</strong></span>
for the release-specific upgrade
instructions.</p><div class="section" title="Distribution Contents
Structure"><div class="titlepage"><div><div><h2 class="title"><a
name="ditribution-content-structure"></a>Distribution Contents
Structure</h2></div></div></div><p>Cayenne distribution is made leaner and more
modular:</p><div class="itemizedlist"><ul class="itemizedlist"><li
class="listitem"><p>"cayenne-modeler.jar" is no longer included in the "lib"
folder, as it is no
Modified:
websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/index.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/index.html
(original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/upgrade-guide/index.html
Sun Feb 16 05:26:32 2014
@@ -9,7 +9,7 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
- </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1B3-SNAPSHOT)</th><th align="center">Cayenne New
Features and Upgrade Guide</th><th></th></tr><tr><td width="20%"
align="left"> </td><th width="60%" align="center"> </th><td
width="20%" align="right"> <a accesskey="n"
href="ar01.html">Next</a></td></tr></table><hr></div><div class="book"
title="Cayenne New Features and Upgrade Guide"><div
class="titlepage"><div><div><h1 class="title"><a
name="upgrade-guide"></a>Cayenne New Features and Upgrade
Guide</h1></div><div><p class="copyright">Copyright © 2011-2014 Apache
Software Foundation and individual authors</p></div><div><div
class="legalnotice" title="License"><a name="d0e10"></a><p
class="legalnotice-title"><b>License</b></p><p>Licensed to the Apache Software
Foun
dation (ASF) under one or more contributor
+ </script></head><body bgcolor="white" text="black" link="#0000FF"
vlink="#840084" alink="#0000FF"><div xmlns:d="http://docbook.org/ns/docbook"
class="navheader"><table width="100%" summary="Navigation header"><tr><th
class="versioninfo">v.3.1 (3.1RC1)</th><th align="center">Cayenne New Features
and Upgrade Guide</th><th></th></tr><tr><td width="20%"
align="left"> </td><th width="60%" align="center"> </th><td
width="20%" align="right"> <a accesskey="n"
href="ar01.html">Next</a></td></tr></table><hr></div><div class="book"
title="Cayenne New Features and Upgrade Guide"><div
class="titlepage"><div><div><h1 class="title"><a
name="upgrade-guide"></a>Cayenne New Features and Upgrade
Guide</h1></div><div><p class="copyright">Copyright © 2011-2014 Apache
Software Foundation and individual authors</p></div><div><div
class="legalnotice" title="License"><a name="d0e10"></a><p
class="legalnotice-title"><b>License</b></p><p>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