Versions Compared

Key

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

...

Info
titleImportant!

This tutorial is intended to be used with the latest SVN revision. It will not work with Release 4.

For any questions or concerns please use User Mailing List. To subscribe to a mailing list details are available here: https://cwiki.apache.org/OFBADMIN/mailing-lists.html

Info
titleSource Code!

OFBiz
Download Apache OFBiz™
OFBiz Source Repository and Access

Tutorial
If you want take a quick reference of this tutorial, source code for this application Practice Application demonstrated in here can be downloaded from here: Download Source Code

You can watch OFBiz videos, which are available at Framework Introduction Videos, in parallel with the development of this application.

Table of Contents

Creating Practice Application (Hello World...)

Part 1

Note - 1 :- For any additional queries and concerns you can refer Example component. You will always find the code in example component to be the latest code of OFBiz. Take reference whenever you want to see some sample code for the development of this application, this will help you in future developments as well.
Every new feature is first added in the Example component for the references.
Note - 2 : Before starting the development of this application you must read the contents from:
OFBiz Contributors Best PracticesCoding Conventions and Best Practices Guide
Note - 3 : Don't copy any file from other component, as the revision number for the file is also copied. Always create a new file and, if required, then copy the contents of the file." Also be conscious about the unused code as well.
Note - 4 : For searching any of the document the best place is at : OFBiz Documentation Index.
Note - 5 : Right from the beginning, reading the console log must be a habit to make troubleshooting easy and understanding the system well.
Note - 6 : You can find the source code of this application attached with this document that you are going to develop but it is preferred to just take reference from it. It can be downloaded from here: Download Source (wink)

...