Versions Compared

Key

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

...

Using FreeMarker Template and Groovy Script

Okay, so we are here in the last part of the OFBiz tutorial. In this part, we will focus on customizing the UI layer of Apache OFBiz for business management apps i.e. backend apps and esp. Most of the time you will find the OFBiz Widgets are enough. But sometimes the important thing is to develop applications as users exactly want itthem

So to customize the UI part of your application first of all to make it easy we will be using Freemarker Templates instead of inbuilt Form Widgets. First of all, we will see how to use Freemarker and Groovy scripts with Apache OFBiz and then we'll see how to put on custom styling on it by defining your own decorators. Initially, we will be using OFBiz default decorators.

...