Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the project archive (URL), and import it as an Existing Project into the Workspace
IMG IMG Image AddedImage AddedImage Added
Then click on finish

2) Configure the target platform

The resulting project, you looks like:
Image Added
Before using the project, you need to configure the OSGi platform. It will be run inside Equinox. To achieve this, edit the .target file and then click on set as Target Platform.
Image Added

3) Develop you bundle

Now you can implements your components. The The imported project contains a very simple component using annotations. But, obviously you can delete/change it. For XML-metadata, use metadata.xml file is in the project root. The given component example uses iPOJO annotations.
Once you're done, we can run your bundle.

3) Run you bundle

Image Added
Right-click on the .launch file and then go on Run-As ->MyiPOJOBundle> MyiPOJOBundle. Equinox will be started and your iPOJO bundle deployed and started:
Once run for the first time, you can re-run it from the run icon.
Image Added