Openbiz 2.1 RC released

(May 8 2006) Openbiz 2.1 RC is released. Openbiz eclipse plugin 0.9.5 is released with 2.1. Important features in Openbiz 2.1 RC:

  • Supports multiple primary key column (Id field) generation algorithms. BizDataObj Id field can be generated by
    - openbiz ob_sysid table
    - database native sequence
    - database native identity (auto-increment)
    - GUID, UUID
    - customer-specific algorithms.
  • Shortcut key support on BizForm to achieve rich client user experience
  • eclipse plugin  supports multiple databases
  • New date/datetime picker
  • Audit trail service to trace data change of BizDataObj
  • Bug fixes