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 15, 2012 · 19 revisions

We primarily use eclipse(Indigo) when developing this project. We use maven to build it with the m2e and egit plugins 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

Getting the source code (under construction)

Note: These instructions may vary slightly over time.

  1. Ensure that you've installed m2e and egit. These should both be contained in the default repository for eclipse.
  2. Create a fork of this project and obtain the url for your fork (standard GitHub stuff)
  3. Right click -> Import...
    Import
Clone this wiki locally