Versions Compared

Key

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

...

TODO: entity names (including maximum length)
Database table names should never be longer than 30 characters. Since database table names are are generated by the system by applying the Java naming convention of constants to the entity names.
For example: the name FinancialsImportProductInventory is transformed into the database table name FINANCIALS_IMPORT_PRODUCT_INVENTORY, that exceeds the maximum length of 30 characters and so it is not a good choice.

TODO: field names, pk/fk names (including maximum length)

...

Service Definitions

Best Practices

http://docs.ofbiz.org/display/OFBADMIN/Best+PracticesImage Removed

License Headers

...