org.jmacs 2.2
2006-12-06 2.2r1
- IDiDriver becomes IDi.IDriver (logical consequence of previous move
from IDiClient to IDi, if we are to be consistent)
- IDi.terminate() dispensed with: now specify that deployer must
unbind() after use. Thus, we get a simpler API and impl'n--terminate() is
a little onerous--in exchange for having to terminate resources every
time we explicitly unbind().
2006-12-07 2.2.1r1
- IDi: void bindOrReturn() becomes boolean bindIfAvailable()