Versions Compared

Key

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

...

  1. Launch Eclipse and switch to Java EE perspective.



  2. Right click under the project explorer and select OSGi Application Project as shown in the figure.
    Image Added


  3. Name the project as HelloWorld and click Next. Make sure that the target runtime is Apache Geronimo v3.0
    .
    Image Removed
    Name the project as HelloWorld and click Next.



  4. Click New Bundle... to define api, client and server bundles to be included in this application. Note that interface and implementation classes should be kept in separate bundles so that the implementations could be replaced independently of their interfaces. Select Change the active Target Platform if necessary.


  5. Click Finish and all relevant projects are created as followed.


...