Apache OFBiz: Difference between revisions

Content deleted Content added
m Disambiguating links to Object-orientation (link changed to Object-oriented programming) using DisamAssist.
 
(203 intermediate revisions by more than 100 users not shown)
Line 1:
{{Short description|Open-source enterprise resource planning software}}
{{Infobox_Software |
{{Multiple issues|
name = Apache OFBiz |
{{More citations needed|date=June 2011}}
logo = [[Image:Apache_OFBiz_Logo.jpg|150px|Apache OFBiz Logo]] |
{{third-party|date=September 2015}}
screenshot = [[Image:Screenshot_Apache_OFBiz.PNG|250px|Apache OFBiz Screenshot]]|
caption = |
developer = [[Apache Software Foundation]] |
latest_release_version = 3.0.0 |
latest_release_date = [[March 13]], [[2004]] |
operating_system = [[Cross-platform]] |
genre = [[business processes|Business Process]] |
license = [[Apache License|Apache 2.0 Licence]] |
website = [http://ofbiz.apache.org/ ofbiz.apache.org] |
}}
{{Infobox software
| name = Apache OFBiz
| logo = Apache OFBiz logo.svg
| collapsible = yes
| developer = [[Apache Software Foundation]]
| discontinued = No
| latest release version = {{wikidata|property|edit|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| 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 = {{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.{{Citation needed|date=November 2019}}
 
OFBiz is an [[Apache Software Foundation]] top level project.
'''Apache Open For Business''' (Apache OFBiz) is [[Open Source]] [[automation software]] that is an Apache Top Level Project. As automation software it comprises a mature suite of enterprise applications that integrate and automate many of the [[business processes|business processes]] of an enterprise.
 
== Overview ==
Apache OFBiz is a framework that provides a [[common data model]] and a set of [[business process]]es.
 
Actually, Apache OFBiz is a framework + a common data model + [[business processes|business process]].
All applications are built around a common architecture using common data, logic and process components.
Beyond the framework itself, Apache OFBiz offers functionality including:
 
* [[Accounting]] (agreements, invoicing, vendor management, [[general ledger]])
* The framework provides the entire basic infrastructure on which functionality is built.
* Asset maintenance
* Apache OFBiz aggregates functionalities like:
* Catalogue and product management
** [[Enterprise resource planning|ERP]] - planning
* Facility and [[warehouse management system]] (WMS)
** [[CRM]] - customer management
* Manufacturing execution / [[manufacturing operations management]] (MES/MOM)
** [[eCommerce]]
* Order processing
** [[Supply_Chain_Management|SCM]]
* [[Order management system]] (OMS) Including multi-channel order processing, drop-shipping support, and enhanced inventory management.
** [[MRP]]
* Inventory management, automated stock replenishment etc.
** [[CMMS]]/[[Enterprise Architecture Management|EAM]]
* [[Content management system]] (CMS)
** [[Point_of_sale]] - POS
* [[Human resources]] (HR)
** (…)
* People and group management
* [[Project management]]
* [[Sales force management system|Sales force automation]]
* Work effort management
* Electronic [[point of sale]] (ePOS)
* [[Electronic commerce]] (eCommerce)
* [[Scrum (development)]] (Scrum software development support)
 
== Technology ==
All Apache OFBiz functionality is built on a common framework. The functionality can be divided into the following distinct layers:
 
=== Presentation layer ===
All of Apache OFBiz functionality is built on a common framework. The functionality can be divided into the following distinct layers:
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 as specified in the screen definition. Components can be Java Server Pages ([JSP]s) <deprecated>, FTL pages built around [[FreeMarker]] [[Template engine (web)|template engine]], forms or menus widgets. Widgets are an OFBiz specific technology.
 
=== PresentationBusiness Layerlayer ===
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 didn't agree with those implementations.
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 together as specified in the screen definition. Components might be Java Server Pages ([JSP]s) <deprecated>, FTL pages built around [[FreeMarker]] [[template engine]], Forms and Menus Widgets : an OFBiz specific technology.
 
=== BusinessData Layerlayer ===
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 ===
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 aspects such as invocation, transactions, security, etc.
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.
Apache Ofbiz uses a set well established open source technologies and standards like [[Java platform|Java]], [[J2EE]], [[XML]], [[SOAP]], etc. Although Apache OFBiz is built around the concepts used by [[J2EE]], many of is concepts are implemented in different ways of that in [[J2EE]] either because Apache OFBiz is prior to many of recent [[J2EE]] improvements or because Apache OFBiz authors didn’t agree with those implementations.
 
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.
=== Data Layer ===
 
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.
Data layer is responsible for database access, storage and to provide a common data interface to Business layer.
Data is accessed not in [[Object Oriented]] fashion but in a "relational way". Each entity (represented as a row in the database) is provided to the business layer as a Generic Value. A generic value is not typified, so, fields of an entity are accessed by the column name.
 
=== DomainHistory Layer ===
The OFBiz project was created by David E. Jones and Andrew Zeneski on April 13, 2001. The project was initially hosted as The Apache Open For Business Project on SourceForge and Open For Business Project (Apache OFBiz) at Open HUB.
 
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: Apache OFBiz Incubation Status.
As consequence of the interface provided by the data layer, which only provides Generic Values representing table instances, which are table rows, there is not an [[OO]] ___domain model in Apache OFBiz. Therefore the ___domain model can be considered [[Anemic Domain Model|Anemic]].
 
== See also ==
Apache OFBiz is implemented on Three Tier Architecture:
* [[Comparison of shopping cart software]]
* [[Comparison of accounting software]]
* [[Comparison of project management software]]
* [[List of ERP software packages]]
 
== References ==
* Presentation Tier
{{Reflist}}
* Application Tier
* Data Tier
 
== External links ==
*[http://ofbiz.apache.org/ Official Apache OFBiz website]
 
*[http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-7900&yr=2007&track=6 Apache OFBiz Session at JavaOne 2007]
{{ERP software}}
{{Apache Software Foundation}}
 
[[Category:Apache Software Foundation projects|OFBiz]]
{{apache}}
[[Category:ApacheFree Softwareaccounting Foundation|OFBizsoftware]]
[[Category:AccountingFree e-commerce software]]
[[Category:Free industrial software]] <!-- because of MRP -->
[[Category:Free ERP software]]
[[Category:Free software programmed in Java (programming language)]]
[[Category:Web applications]]