Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/Bespin"

< E4
(New page: The e4 Bespin server is an experimental implementation of [http://labs.mozilla.com/projects/bespin/ Bespin's] [http://wiki.mozilla.org/Labs/Bespin/ServerAPI client-server API]. [[Image:Be...)
 
Line 3: Line 3:
 
[[Image:Bespin-eclipse.png]]
 
[[Image:Bespin-eclipse.png]]
  
== Getting the code ==
+
== Getting the Eclipse code ==
 +
 
 +
# Start with a recent Eclipse build and an empty workspace. We recommend [http://download.eclipse.org/eclipse/downloads/drops/S-3.5M4-200812111908/index.php Eclipse SDK 3.5 M4].
 +
# Select <i>File > Import...</i> and select <i>CVS > Projects from CVS</i>, click <i>Next</i>.
 +
# Copy the CVS repository location and paste it into the "Host" field to populate the wizard page: <i>:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse</i>
 +
# You should see "Host: dev.eclipse.org, Repository path: /cvsroot/eclipse, User: anonymous, Connection type: pserver".
 +
# Click Next and select the second option <i>Use an existing module</i>.
 +
# Drill down as follows: <i>e4 > org.eclipse.e4.server > bundles</i> and select <i>org.eclipse.e4.server.bespin</i>. Click <i>Finish</i>.
 +
 
 +
== Getting the Mozilla code ==
 +
 
 +
# Using a web browser, go to [http://hg.mozilla.org/labs http://hg.mozilla.org/labs]. Click on the <i>zip</i> or <i>gz</i> button for <i>bespin</i> on the right hand side, this should download an archive with the Bespin source code.
  
 
== Running the server ==
 
== Running the server ==

Revision as of 14:45, 17 February 2009

The e4 Bespin server is an experimental implementation of Bespin's client-server API.

Bespin-eclipse.png

Getting the Eclipse code

  1. Start with a recent Eclipse build and an empty workspace. We recommend Eclipse SDK 3.5 M4.
  2. Select File > Import... and select CVS > Projects from CVS, click Next.
  3. Copy the CVS repository location and paste it into the "Host" field to populate the wizard page: :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
  4. You should see "Host: dev.eclipse.org, Repository path: /cvsroot/eclipse, User: anonymous, Connection type: pserver".
  5. Click Next and select the second option Use an existing module.
  6. Drill down as follows: e4 > org.eclipse.e4.server > bundles and select org.eclipse.e4.server.bespin. Click Finish.

Getting the Mozilla code

  1. Using a web browser, go to http://hg.mozilla.org/labs. Click on the zip or gz button for bespin on the right hand side, this should download an archive with the Bespin source code.

Running the server

Back to the top