Versions Compared

Key

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

...

  • framework components:These are lower level components that provides the technical layer and tools to the application components; the features provided by these components are typically the ones provided by any other development framework (data layer, business logic layer, transaction handling, data source pools, etc…)
  • application components:These are generic business components required for ERP applications that can be extended/customized (product, order, party, manufacturing, accounting etc…); application components have access to the services and tools provided by the framework components and to the services published by other application component.
  • special purpose components:These components are similar as applications components but meant for special purpose applications like ecommerce , google base integration , eBay integration etc.hot-deploy components:This is an empty component available for custom development. Custom components can extend/override, the resources published by all the other components

    In OFBiz release 16.11, our custom plugin/component are also the part of special purpose.
    In future realeases we have separate directly plugin for this.

Create the plugin/component

...

It's very easy to setup a new custom component in OFBiz in specialpurpose directory. Using command line you just need run the following command.

...