ADempiere/Equinox Integration 2

From ADempiere
Revision as of 01:25, 29 January 2010 by Viola (Talk)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Status

  • Swing client can be fired up inside equinox.
  • very few tests applied

Idea

The idea is simple:

  • Turn adempiere projects into bundles.
    • org.adempiere.base: Core functionality
    • org.adempiere.tools: Supporting libs
    • org adempiere.client: Swing client
  • Throw these bundles into equinox
  • Watch it running
  • Start further decomposing it
    • Define some kind of core interface

Problems sawn

  • client code in base: this code has no access eg. on resources in client.
    • First core interface defined: IResourceFinder