Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDO/User Contributed Documentation"

< CDO
(Tutorials)
(23 intermediate revisions by 6 users not shown)
Line 15: Line 15:
 
== Tutorials  ==
 
== Tutorials  ==
  
 +
*[http://www.rcp-vision.com/?p=1285&lang=en An Introduction to CDO 4.0] (by Vincenzo Caselli, RCPVision)
 +
*[http://www.rcp-vision.com/?p=1410&lang=en Advanced Databinding with CDO 4.0] (by Vincenzo Caselli, RCPVision)
 
*[http://wiki.eclipse.org/Getting_started_with_CDO_Helios Getting started with CDO] (by Martin Flügge)  
 
*[http://wiki.eclipse.org/Getting_started_with_CDO_Helios Getting started with CDO] (by Martin Flügge)  
 
*[[CDO Source Installation|Setting up a workspace with all CDO sources]] (by Eike Stepper/Martin Flügge)  
 
*[[CDO Source Installation|Setting up a workspace with all CDO sources]] (by Eike Stepper/Martin Flügge)  
Line 20: Line 22:
 
*[[Preparing EMF Models for CDO]] (by Eike Stepper)  
 
*[[Preparing EMF Models for CDO]] (by Eike Stepper)  
 
*[[Using the CDO User Interface]] (by Eike Stepper)  
 
*[[Using the CDO User Interface]] (by Eike Stepper)  
*[[Writing Standalone CDO Applications]] (by Eike Stepper)
+
*[[Use CDO Net4J Authentification]] (by [[User:Tom.schindl.bestsolution.at|Tom Schindl]])  
*[[Use CDO Net4J Authentification]] (by Tom Schindl)  
+
 
*[[CDO QuickStart]] (by Bernd Kolb)  
 
*[[CDO QuickStart]] (by Bernd Kolb)  
 
*[[Query DB Store by using SQL]] (by Kai Schlamp)  
 
*[[Query DB Store by using SQL]] (by Kai Schlamp)  
 +
*[[CDOQuery OCL]] (by [[User:marco.descher.at|Marco Descher]], Thomas Huster)
 
*[[Influence DB Store mapping by using annotations]] (by Kai Schlamp)  
 
*[[Influence DB Store mapping by using annotations]] (by Kai Schlamp)  
 
*[[CDO Hibernate Store|Hibernate Store manual and tutorials]] (by Martin Taal)  
 
*[[CDO Hibernate Store|Hibernate Store manual and tutorials]] (by Martin Taal)  
 
*[[Install CDO 3.0 Features, which are not contained at the Eclipse 3.6 (Helios) Simultaneous Release|Install CDO 3.0 Features, which are not contained at the Eclipse 3.6 (Helios) Simultaneous Release]] (by Heiko Ahlig)  
 
*[[Install CDO 3.0 Features, which are not contained at the Eclipse 3.6 (Helios) Simultaneous Release|Install CDO 3.0 Features, which are not contained at the Eclipse 3.6 (Helios) Simultaneous Release]] (by Heiko Ahlig)  
 +
*[[CDO/Net4j Authentication|Authentication through Net4j or CDO]] (by [[User:Tom.schindl.bestsolution.at|Tom Schindl]])
 +
*[[CDO/Security Manager|Setting up CDO security manager]] (by Pierre Gaufillet)
 +
*[[Media:CDOServerBinary.pdf|Create a executable for CDO server]]
 
*''Please add your CDO tutorials [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=2 here].''
 
*''Please add your CDO tutorials [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=2 here].''
  
Line 36: Line 41:
  
 
* [[Run a CDO container inside eclipse runtime]] (by Stefan Winkler)
 
* [[Run a CDO container inside eclipse runtime]] (by Stefan Winkler)
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/examples/org.eclipse.emf.cdo.examples.spring/context/?root=Modeling_Project Run a CDO server (Spring Framework wired)] (by Eike Stepper)
+
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo.deprecated/deprecated/org.eclipse.emf.cdo.examples.spring/context/?root=Modeling_Project Run a CDO server (Spring Framework wired, deprecated)] (by Eike Stepper)
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/examples/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java?root=Modeling_Project&view=co Run a CDO client standalone (manually wired)] (by Eike Stepper)
+
* [http://git.eclipse.org/c/cdo/cdo.git/tree/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java Run a CDO client standalone (manually wired)] (by Eike Stepper)
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/examples/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneContainerExample.java?root=Modeling_Project&view=co Run a CDO client standalone (container wired)] (by Eike Stepper)
+
* [http://git.eclipse.org/c/cdo/cdo.git/tree/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneContainerExample.java Run a CDO client standalone (container wired)] (by Eike Stepper)
 +
* [http://git.eclipse.org/c/cdo/cdo.git/tree/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneContainerExampleSSL.java Run a CDO client standalone (container wired, with SSL connection)] (by Teerawat Chaiyakijpichet)
 
* [http://tom-eclipse-dev.blogspot.com/2008/09/exploring-new-technologies-part-of.html Example Application] using CDO and other EMF Technologies (by Tom Schindl)
 
* [http://tom-eclipse-dev.blogspot.com/2008/09/exploring-new-technologies-part-of.html Example Application] using CDO and other EMF Technologies (by Tom Schindl)
* [[CDO Spring|Run a CDO server and client - standalone Spring wired]] (by Assen Sharlandjiev)
+
* [[CDO/Spring|Run a CDO server and client - standalone Spring wired]] (by Assen Sharlandjiev)
* [[CDO Embedded|Run a CDO Embedded Session with dynamic CDO - standalone (container wired)]] (by Stephan Zehrer)
+
* [[CDO/Embedded|Run a CDO Embedded Session with dynamic CDO - standalone (container wired)]] (by Stephan Zehrer)
 
* [http://thegordian.blogspot.com/2009/04/modeling-goes-enterprise.html The Gastro example applications] (by Eike Stepper)
 
* [http://thegordian.blogspot.com/2009/04/modeling-goes-enterprise.html The Gastro example applications] (by Eike Stepper)
 +
* [https://gist.github.com/4554455 Script to allocate lots of data when initializing DB for example] (by Christophe Moine)
 
* ''Please add your CDO snippets [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=3 here].''
 
* ''Please add your CDO snippets [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=3 here].''
 
<br>
 
<br>

Revision as of 11:51, 14 May 2014

This page has been created for you, the user of CDO, so that you can support the development team and share everything that you find helpful with other users. We all thank you!



Screencasts


Tutorials


Snippets

This is a category for common code snippets or idioms for CDO:


Thoughts


Benchmarks

  • Please add your CDO benchmarks here.



Wikis: CDO | Net4j | EMF | Eclipse

Back to the top