Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-06-10 07:36:04 +0000
committerEike Stepper2011-06-10 07:36:04 +0000
commite0af08333b1dacc6f2f0f22ee9eabdb62630348f (patch)
tree14b67a1e888532acaa5a6301daaa930b50b86c28 /plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html
parenta5a0f1e665dd2dc0b4c20c3d810204dda8d5f820 (diff)
downloadcdo-e0af08333b1dacc6f2f0f22ee9eabdb62630348f.tar.gz
cdo-e0af08333b1dacc6f2f0f22ee9eabdb62630348f.tar.xz
cdo-e0af08333b1dacc6f2f0f22ee9eabdb62630348f.zip
javadoc
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html
index 67038d5914..70863b6f05 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/overview-summary.html
@@ -84,6 +84,13 @@ function windowTitle()
<h1>CDO Model Repository Documentation</h1>
</H1>
</CENTER>
+
+CDO is both a development-time model repository and a run-time persistence framework; being highly optimized it supports object graphs of arbitrary size.
+<P>
+<B>See:</B>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#overview_description"><B>Description</B></A>
+<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
@@ -432,7 +439,22 @@ function windowTitle()
</TABLE>
<P>
-&nbsp;<HR>
+&nbsp;<A NAME="overview_description"><!-- --></A>
+<P>
+<p>
+CDO is both a development-time model repository and a run-time persistence framework; being highly optimized it supports object graphs of arbitrary size.
+</p>
+
+<img src="resources/CDOOverview.png"/>
+
+<p>
+CDO offers transactions with save points, explicit locking, change notification, remote queries, temporality, branching, merging, offline and fail-over modes.
+The storage back-end is pluggable and migrations between direct JDBC, Hibernate, Objectivity/DB, MongoDB or DB4O are seamless for CDO applications.
+</p>
+<P>
+
+<P>
+<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->

Back to the top