org.jmacs 3.3
2008-02-09
- The names of interfaces which are not intended to be inherited either by
device-interface implementation classes or the JMaCS implementation itself
lose their initial 'I'.
- IDi.AbstractFactory replaces both IDi.IFactory and IDi.Factory. The
name of the property which specifies the implementation class to be loaded
is correspondlingly renamed org.jmacs.IDi.AbstractFactory.
- ~.pd.Di renamed Pdi
2008-02-15
- ~.pd.Constants impl'n: context class-loader now obtained using privileged
action
2008-02-20
- ~.pd.ProxyDriverException no longer public
- ~.pd.Device: now sets codebase to "class path" if program class loaded by
system classloader
2008-02-21 r1
- ~.pd.Pdi: now appends "<device.name>/[<serialVersionUID>/]"
to value returned by Constants.getDefProgCodebase(), depending on whether
or not the device class is Serializable
2008-03-04 3.3.1r1
- IControlGui.actionPerformed(..): now throws Exception, not Throwable
- CmdException, CmdExecutionException: constructor now takes Exception, not
Throwable