Content deleted Content added
→Key Integrations: MOS:HEAD |
m Disambiguating links to Object-orientation (link changed to Object-oriented programming) using DisamAssist. |
||
(One intermediate revision by one other user not shown) | |||
Line 21:
| website = {{URL|//ofbiz.apache.org}}
}}
'''Apache OFBiz''' is an [[Open-source software|open source]] [[enterprise resource planning]] (ERP) system. It provides a suite of enterprise applications that integrate and automate many of the [[business process]]es of an enterprise.
OFBiz is an [[Apache Software Foundation]] top level project.
Line 59:
=== Data layer ===
The data layer is responsible for database access, storage and providing a common data interface to the business layer. Data is accessed not in [[Object-oriented programming|object oriented]] fashion but in a [[Relational database|relational]] way. Each [[Entity class|entity]] (represented as a row in the database) is provided to the business layer as a set of generic values. A generic value is not typed, so fields of an entity are accessed by the [[Column (database)|column]] name.
=== Key integrations ===
|