30 novembre 2012

What is ofbizextra?

ofbizextra is a community that creates and shares optional modifications, enhancements, addons or plugins for Apache OFBiz.

ofbizextra try to help Apache OFBiz community by publishing some existing documentations in Apache OFBiz repository,
and some enhance documentations (ofbizextra OFBiz)

ofbizextra include a sub-project OfbSwd to be able to do and run some OFBiz User Interface test with Selenium WebDriver.
Documentation for OFBiz Selenium WebDriver project is still publish on this site.

What is the goal of ofbizextra?

The goal of ofbizextra is to:

  • allow OFBiz users free access to any existing addons / plugins

  • encourage contributors to develop new addons / plugins for Apache OFBiz

  • provide a repository where any addons can be stored and made available to users

On this website you will find details about:

  • What addons are currently available and what they do

  • The process and tools required to install an addon

  • How to manage an addon with your OFBiz instance

  • Advice and best practice for developing a new addon

What is an addon?

An addon is an extension or piece of code that provides extra functionality that you can install on top of your existing OFBiz instance.

It’s like a OFBiz Plugin, but working with patch. Currently, most of time, there is no new addons only new plugins.

What are the benefits of using an OFBiz addon?

There are several benefits for using addons for OFBiz:

  • You can use features that you need to run your business that may not yet be available in the base OFBiz releases.

  • You can use an addon that has already been developed and tested rather than developing your own from scratch