Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Related Documents

  • Core Configuration Guide
  • Entity Engine Guide
  • Entity Engine Configuration Guide
  • Service Engine Guide
  • Service Engine Configuration Guide
  • Workflow Engine Guide
  • Data File Guide
  • Mini-Languages Guide
  • Control Servlet Guide
  • Regions Guide
  • JSP Tag Library Guide

Module Dependencies

Here is a list of the core modules and their dependencies on other modules. Note that most of the dependencies are compile-time dependencies, but some are run-time dependencies handled through configured dynamic class loading. An example of this is how the Service Engine invokes Workflows. All dependencies are compile-time unless specified as run-time. Run-time dependencies are considered optional and are only required if used.

  • share
    • no dependencies
  • entity
    • share
  • extutil
    • share
    • entity
  • service
    • share
    • entity
    • extutil
    • workflow (run-time)
    • rules (run-time)
  • extentity
    • share
    • entity
    • extutil
    • service
  • minilang
    • share
    • entity
    • service
  • webapp
    • share
    • entity
    • extutil
    • service
    • minilang
  • workflow
    • share
    • entity
    • extutil
    • service
  • rules
    • share
    • entity
  • datafile
    • share
  • No labels