Teams Winter 2011/team2/project

From CDOT Wiki
Revision as of 16:21, 16 April 2011 by Thupten (talk | contribs)
Jump to: navigation, search

Tutorial

In this tutorial, we will be elaborating on how to replicate our OSGI project application. We will provide a brief explanation of each plug-in project needed, the packages that corresponds to those projects, and of course the java source files that will be used to create the program.

Project

For this project, we are going to create a weather service program using the osgi framework. This project will contain three bundles: Consumer, Interface and Provider bundles. The Interface bundle will contain a set of interface and classes used by both Consumer and Provider. The Provider bundle will provide a service to return weather information for a selected city. The Consumer bundle will use the service reference to get weather information from the Provider and display in a GUI window based on Java Swing Library.

Prerequisites


Steps

  1. In Eclipse, create a new workspace.
  2. Create a new Plug-in project, name it Interface.