Geronimo_MoinMoin_wiki > ProjectFeatures
Added by Confluence Administrator, last edited by Confluence Administrator on Aug 02, 2006

Existing Features

  • == Simple to integrate with existing JDBC source code ==
    • Uses java.sql.* interfaces. == Efficient use of memory ==
    • Pipelines use a minimum of memory unless specifically noted otherwise. == Efficient use of CPU ==
    • Pipelines only calculate data as required. == Efficient use of resources ==
    • Trivial to implement disk and memory caches using pre-existing transformers == Simple to integrate java code into the pipeline processing ==
    • By using custom transformers, the pipeline can be altered to fit your business processes. == Simplifies testing ==
    • Due to the way the data sources work, it is generally trivial to configure your DataForges to work inside test harnesses. This simplifies the testing of your product inside test harnesses.

Planned Features

  • == Better debugger support ==
    • There is some support for debugging currently in the system, but needs to be improved. == Better GUI editing ==
    • The GUI editor is currently only useful for verifying that links are configured the way you thought they were.