Edge Server Development Environment

From RifidiWiki

Revision as of 17:25, 20 November 2009 by Kyle (Talk | contribs)

Jump to: navigation, search

This document details the steps necessary to set up a development environment in order to either develop a custom Rifidi Edge Server application, or modify an existing Edge Server bundle.

Configuring eclipse environment

  1. Download and install the latest version of the Java SE Development Kit (JDK) for your OS.
  2. Edge Server SDK the latest version of the Rifidi Edge Server SDK.
  3. Download the Galileo release of Eclipse for RCP/Plugin developers.
  4. Run eclipse and create a new workspace.
  5. Unzip the Rifidi Edge Server SDK into the newly created workspace directory on your file system.
  6. In eclipse go to File->Import. Choose "Existing Projects into Workspace". Now select the SDK folder (which must reside in workspace directory).
  7. Open up the target platform file (the file that ends in .target). Click the button that says "set as target platform" on the upper right-hand corner of the page.
  8. Go to Run->Run Configurations. Open up the Edge Server OSGi run configuration (might be an item under "OSGi Framework"). Click Run. For more information about the run configuration see How to configure the run configuration in eclipse

Congratulations! You have successfully set up and configured your eclipse environment and are ready to develop an edge server application!

See the Developing a Rifidi Edge Server Application Tutorial for instructions on how to develop your first application to run on the edge server.

Personal tools