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)
m
(12 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 23: Line 25:
 
*[[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/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 37: Line 42:
 
* [[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.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.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/svnroot/modeling/org.eclipse.emf.cdo/trunk/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://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/svnroot/modeling/org.eclipse.emf.cdo/trunk/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/StandaloneContainerExample.java Run a CDO client standalone (container wired)] (by Eike Stepper)
* [http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/trunk/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://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>
Line 50: Line 56:
  
 
* [http://wiki.eclipse.org/Modeling_Corner#Reviews_8 EMF Corner review] (by Seweryn Niemiec)
 
* [http://wiki.eclipse.org/Modeling_Corner#Reviews_8 EMF Corner review] (by Seweryn Niemiec)
 +
* Providing a SQLite CDO Adapter to run CDO on Android (by Andreas Rytina, Twitter: [https://twitter.com/andyrytina @andyrytina])
 
* ''Please add your CDO thoughts [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=4 here].''
 
* ''Please add your CDO thoughts [http://wiki.eclipse.org/index.php?title=User_Contributed_CDO_Documentation&action=edit&section=4 here].''
  

Revision as of 03:39, 20 September 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

  • EMF Corner review (by Seweryn Niemiec)
  • Providing a SQLite CDO Adapter to run CDO on Android (by Andreas Rytina, Twitter: @andyrytina)
  • Please add your CDO thoughts here.


Benchmarks

  • Please add your CDO benchmarks here.



Wikis: CDO | Net4j | EMF | Eclipse

Back to the top