Edge Server Development Environment

From RifidiWiki

Revision as of 16:50, 27 October 2013 by Bppause (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 version 1.7 (32 bit only) of the Java SE Development Kit (JDK) for your OS.
  2. Download the latest version of the Rifidi Edge Server SDK.
  3. Download the Juno release of Eclipse for RCP and RAP developers.
  4. Run eclipse and create a new workspace.
    Edgeserver dev screenshot1.png
  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).
    Edgeserver dev screenshot2.png

    Edgeserver dev screenshot3.png
    Edgeserver dev screenshot4.png
  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.
    Edgeserver dev screenshot5.png
  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
    Edgeserver dev screenshot6.png

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

See the Northwind Demo portion of our developer documentation for instructions on how to develop your first application to run on the edge server.

Personal tools