Versions Compared

Key

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

...

  1. You program what your application is all about in the "domain".
    The entirety of the domain object classes constitutes the
    domain.
  2. Domain object classes (a.k.a. domain classes) are derived from
    re-motion's base-class DomainObject, or BindableDomainObject.
  3. The compiled domain results in the domain assembly.