Hello
There are lots of known and unknown system properties in the current code
base. I would like to introduce TomEESystemProperties and
OpenEJBSystemProperties classes to hold these system property constants and
provide clear comment what it does. For example:

class TomEESystemProperties{
    public static final String TOMEE_FORCE_RELOADABLE =
"tomee.force-reloadable";
....
}

class OpenEJBSystemProperties{
   public static final String OPENEJB_CROSSCONTEXT_PROPERTY =
"openejb.crosscontext";
....
}

WDYT?
Regards.
Gurkan

Reply via email to