Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Development Environment

ddumontatibm edited this page Oct 9, 2012 · 19 revisions

We primarily use eclipse(Indigo) when developing this project. We use maven to build it with the m2e plugin in eclipse.

The project root consists of 3 child maven projects:

  1. jaggr-service - The aggregator.
  2. jaggr-sample - A sample application that uses the aggregator.
  3. jaggr-sample-dojo - A sample bundle that provides dojo (currently 1.8) for the sample webapp.

Once all of the maven projects are imported into your workspace, you should build the parent project at least once (which will build the children projects and provide you with osgi bundles that you can deploy to a server to test)

You can build any of the projects by right clicking on it and choosing: Run As -> Maven build

Clone this wiki locally