Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create Your First Application (Hello World...)

Reference Tutorial

Create a Plugin in OFBiz

Introduction to Components

...

In our previous section, we have seen how to create the entities (tables), now it's time to create a form that will allow you to make entries in that entity.

Create a Service

Reference Document:

Service Engine Guide

Before preparing the form, let's write a service to create records in the database for the OfbizDemo entity in the service definition XML file ($OFBIZ_HOME/plugins/ofbizDemo/servicedef/services.xml)

...

Use of UI Labels (Introduction)

Reference Document:

Guide to OFBiz-i18n

How to localize Product and Categories descriptions


Internationalization of Apache OFBiz is really easy, we define the UI Labels in various languages, and on the basis of the user's locale, the respective label is shown.

...