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

Compare with Current View Page History

« Previous Version 10 Next »

Glossary of OFBiz Terms and Concepts

This glossary is intended to help beginners with OFBiz terms and concepts. Most of them come from the Data Model Resource Book some are OFBiz specific.
There is a such glossary which defines terms used by the Apache Software Fundation

Concept or Term

Definition

Example

Party

Person or oganisation implied in at least one process modelled and implemented by OFBiz

eg : administrator of the website, company dealing goods in the website, etc.

ERP

 

 

CRM

 

 

E-Business

 

 

E-Commerce

 

 

MRP

 

 

SCM

 

 

CMMS/EAM

 

 

Vendor

Roles to be detailled

 

Supplier

Roles to be detailled

 

Application

A part of Component beginning with the ~webapp directory. A single
component may contain several applications each mounted on a unique URL.

Examples: OOTB the
Accounting component has three applications: accounting, ap and ar.

Component

An OFbiz component is a directory used by the OFBiz framework to specify and load application server resources necessary to execute an OFBiz instance. Each OFBiz component must have a unique name (typically the name of the root directory for the component) and a configuration file called: "ofbiz-component.xml". Component resources may include, but are not limited to: webapps, Java source/classes, classpath resources, scripts, entity definitions, entity data files, service definitions, service and entity ECA rules, test suites, and encryption keystores.
A component contains applications and/or the lower level tools and definitions needed by applications.
A component can be used for self-contained extensions, including applications and logic/data modifications, to the suite of tools and applications that come with OFBiz.

  • No labels