Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tidy up OFBiz into the following 4 distinct streams.

 

1 .OFBiz Kernel

...

Structure: It contains one common component that only contains all the entity definitions (the whole data model) that are currently defined in the various applications; it will also include CRUD or basic and very global/generic services; no user interfaces.

Purpose: To be used with the "OFBiz framework" by users interested in building from scratch user interfaces based on the OFBiz data model and crud services

...

2. OFBiz Framework

...

Structure: It includes only the framework components, the tools, hot-deploy and runtime folders;only a few entities are defined (the ones declared by the framework components, of course); no applications, no specialpurpose; the only user interface available ootb is WebTools

...