Content deleted Content added
m Updating Infobox (Current Version, Repo Link) |
m Disambiguating links to Object-orientation (link changed to Object-oriented programming) using DisamAssist. |
||
(22 intermediate revisions by 21 users not shown) | |||
Line 1:
{{Short description|Open-source enterprise resource planning software}}
{{Multiple issues|
{{More citations needed|date=June 2011}}
{{third-party|date=September 2015}}
}}
{{Infobox software
| name = Apache OFBiz
| logo =
| collapsible = yes
| developer = [[Apache Software Foundation]]
| discontinued = No
| latest release version =
| latest release date = {{
| latest preview version =
| latest preview date =
| repo = {{URL|https://github.com/apache/ofbiz-framework|OFBiz Repository}}
| programming language = [[Java (programming language)|Java]], [[XML]], [[FreeMarker]], [[Groovy (programming language)|Groovy]], [[JavaScript]]
| operating system = [[Cross-platform]]
| genre = [[Business process]]
| license = [[Apache License 2.0]]
| website = {{
}}
'''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.{{Citation needed|date=November 2019}}
OFBiz is an [[Apache Software Foundation]] top level project.
== Overview ==
Apache OFBiz is a framework that provides a
All applications are built around a common architecture using common data, logic and process components.
Beyond the framework itself, Apache OFBiz offers functionality including:
Line 35:
* Manufacturing execution / [[manufacturing operations management]] (MES/MOM)
* Order processing
* [[Order management system]] (OMS) Including multi-channel order processing, drop-shipping support, and enhanced inventory management.
* Inventory management, automated stock replenishment etc.
* [[Content management system]] (CMS)
Line 47 ⟶ 48:
== Technology ==
All Apache OFBiz functionality is built on a common framework. The functionality can be divided into the following distinct layers:
=== Presentation layer ===
Apache OFBiz uses the concept of "screens" to represent the Apache OFBiz pages. Each page is, normally, represented as a screen. A page in Apache OFBiz consists of components. A component can be a header, footer, etc. When the page is rendered all the components are combined
=== Business layer ===
The business, or application layer defines services provided to the user. The services can be of several types: Java methods, SOAP, simple services, workflow, etc. A service engine is responsible for invocation, transactions and security.
Apache OFBiz uses a set of open source technologies and standards such as [[Java platform|Java]], [[Java Platform, Enterprise Edition|Java EE]], [[XML]] and [[SOAP]]. Although Apache OFBiz is built around the concepts used by Java EE, many of its concepts are implemented in different ways; either because Apache OFBiz was designed prior to many recent improvements in Java EE or because Apache OFBiz authors
=== 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 ===
Apache Solr is an enterprise search server with a REST-like API. It's highly scalable, adaptable, comprehensive, and capable of processing and handling large amounts of data. The Apache Solr / OFBiz integration not only speeds up searches, but also greatly enhances the search capabilities of OFBiz. Solr also added faceted and hierarchical search capabilities to OFBiz.
REST offers several advantages that make it a preferred choice for building and consuming web services particularly utilizing micro services architecture. The greatest benefit is the support for headless architecture.
Gradle, though it's a separate tool outside of OFBiz, this development is nonetheless significant because it simplifies the maintenance and upgrade of OFBiz dependencies on external libraries, which makes it easier to keep the system up to date and secure.
== History ==
The OFBiz project was created by David E. Jones and Andrew Zeneski on April 13, 2001. The project was initially hosted as
Between September 2003 and May 2006, it was hosted as a java.net project, but the project has been removed from there.
▲Between September 2003 and May 2006, it was hosted as a java.net project, but the project has been removed from there. it has begun to be widely used around 2003. After incubating since January 31, 2006, it became a Top Level Apache project on December 20, 2006: [http://incubator.apache.org/projects/ofbiz.html Apache OFBiz Incubation Status]
== See also ==
* [[Comparison of shopping cart software]]
Line 74 ⟶ 80:
== References ==
{{
== External links ==
*[//ofbiz.apache.org Official Apache OFBiz website]
{{ERP software}}
{{Apache Software Foundation}}
[[Category:Apache Software Foundation projects|OFBiz]]
[[Category:Free accounting software]]
[[Category:Free e-commerce software]]
|