Versions Compared

Key

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

...

  1. Launch Eclipse and switch to Java EE perspective.

    Image Removed


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




  3. 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.

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

...