Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

This is a draft document - it can be changed at any time by anyone.

Overview

The application framework will provide the means to manage data types easily. Also, common data-handling issues like date/time, money, etc will be encapsulated in easy to use objects.  

This coomponent provides classes that are fundamental to the design of the Framework.

Design Goals

  • Easy to use custom data types.
  • URL
  • Money
  • Units of Measure
  • Postal Codes
  • Telephone Numbers
  • Date/Time
  • Ability to include user-defined data types.
  • Globalized parsing and formatting
  • Thread-safe.

Basic Architecture

  • Library: Apache Commons Lang, Apache Commons Convert, OFBiz
  • Java package name: org.apache.ofbiz.foundation.lang

 

  • No labels

1 Comment

  1. Also, common data-handling issues like date/time, money, etc will be encapsulated in easy to use objects. 

    I read recently that (again) this will not be provided by Java 9 (It's was kinda planned) (sad)