Difference between revisions of "Edge Server Development Environment"

From RifidiWiki

Jump to: navigation, search
Line 11: Line 11:
 
Congratulations!  You have successfully set up and configured your eclipse environment and are ready to develop an edge server application!
 
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.
+
See the Northwind Demo portion of our 1.2 documentation for instructions on how to develop your first application to run on the edge server.
 +
*[http://rifidi.org/guides/Rifidi_Edge_Server_Developer_1.2.pdf Developer's Guide for 1.2.0]

Revision as of 21:25, 22 September 2010

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. Download 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.
    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 1.2 documentation for instructions on how to develop your first application to run on the edge server.

Personal tools