Web / Apache OFBiz Interview questions
What is Apache OFBiz?
Apache OFBiz (Open For Business) is an open-source enterprise resource planning (ERP) framework and suite of business applications built entirely on Java. It started as a SourceForge project in 2001, entered the Apache Incubator in January 2006, and became an Apache top-level project in December 2006.
Rather than one monolithic app, OFBiz ships as a set of loosely coupled components - Accounting, Order Manager, Party Manager, Catalog/Product, Facility, Manufacturing, HumanRes, and Marketing - all built on a shared framework layer: the Entity Engine for data access, the Service Engine for business logic, and the Widget system (screens, forms, menus) for the UI.
Because the framework and applications share the same data model and service layer, a business can enable only the modules it needs and extend the rest through configuration instead of rewriting code.
More Related questions...