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)
(Snippets)
Line 37: Line 37:
  
 
* [[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/examples/org.eclipse.emf.cdo.examples.spring/context/?root=Modeling_Project Run a CDO server (Spring Framework wired)] (by Eike Stepper) - BROKEN LINK
* [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://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) - BROKEN LINK
* [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://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) - BROKEN LINK
 
* [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)
 
* ''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].''

Revision as of 14:11, 2 January 2011

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