Mod4j 1.0.0 Upgrade Notes

The following upgrade steps are needed if you want to upgrade your project from Mod4j 1.0.0-beta-3 to Mod4j 1.0.0.

Upgrade Mod4j Eclipse plug-in

  1. Open Eclipse and un-install the previous installed Mod4j Eclipse plug-in.
  2. Then you can install the new version (1.0.0.200903311346) of the Mod4j Eclipse plug-in via the Mod4j update site:
    http://mod4j.org/updatesite

Business layer

Naming of dao instance variables in domain services is changed.

For all dao instance variables of the domain services, the prefix "the" is removed from the name. So if your project have extensions points or other manual written code that make use of these instance variables or access methods to it, you'll need to correct these names.

Pre Mod4j 1.0.0 style:
New style since Mod4j 1.0.0

BusinessDomain DSL

Language improvements

Changes to Extension points