Versions Compared

Key

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

...

This is a tutorial providing an introduction to OFBiz application development. It starts with the usual Hello World tutorial, then shows how to retrieve the names of the people stored in the OFBiz database and in a third example introduces entities and services. This example will store the names of guests and their hobbies in the database. Following that there are examples how to find, update and delete these persons in the database. Then it is demonstrated how to generate lists of these persons and export the data in various file formats. The first three examples are based on examples developed by Si Chen. These examples were modified for this tutorial and ported to run with OFBiz version 17.12.04. The tutorials are grouped here into one plugin called OI. These examples have been developed on a Windows PC. On Linux convert the backslashes to forward slashes in the path names.

...