2
edits
Changes
no edit summary
Before starting working at your lab, please take a look at an example of services implemented in the book [http://equinoxosgi.org/ OSGi and Equinox, Creating Highly Modular Java Systems]
Bring the code from https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/BOOKinto Eclipse and run the ToastClient (read the code).-----'''Your Lab must define an OSGi service and a service consumption'''. Please find below the steps necessary to build such a system.
Important note: ''The client (service consumer) must have a GUI interface''
|criteria=
Please find them below in the order of their importance:
# The correctness of the system design (see [http://zenit.senecac.on.ca/wiki/index.php/OSGi_:_Develop_Simple_Apps the OSGi service architecture]).
# The complexity of your OSGi service provider.
# The design and implementation of the GUI for the service consumer.