OSGi : Lab Fall2011

From CDOT Wiki
Revision as of 22:16, 27 September 2011 by Jordan.anastasiade (talk | contribs) (Fall 11 - Lab 1)
Jump to: navigation, search

Here is the solution for your OSGi - First Lab

1. Create a Swing application (Java code)

2. Develop a bundle that uses the Swing and export its packages (this bundle does NOT need an activator).

3. Develop a bundle that uses the bundle created in the second step. The activator start method creates the Swing frame and the stop method closes it.

The code for the ECL-Lab1 is here