THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Launch Eclipse and switch to Java EE perspective.
- Right click under the project explorer and select OSGi Application Project as shown in the figure.
- Name the project as HelloWorld and click Next. Make sure that the target runtime is Apache Geronimo v3.0
.
Name the project as HelloWorld and click Next.
- 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.
- Click Finish and all relevant projects are created as followed.
...