Menu

DynamicDispatcher / News: Recent posts

0.0.4 Release available

** Changes since version 0.0.3

* New bcel version is include in distribution zip.

* Now uses the actual BCEL 5.1 from org.apache.bcel
(not compatible with old BCEL)

** Changes since version 0.0.2

* Distribution now contains a performance measurement tool.
Can be used to estimate the costs of using one of the three
dispatcher factories. See README for details.

* Improved error information (DispatchError). Dispatch errors now
contain receiver, receiver class, and argument information.
Much better String representation. ... read more

Posted by Fabian Buettner 2004-05-09

0.0.2 Release available

** Changes since version 0.0.1

* The name of the visit-method can now be choosen when generating a dispatcher object (defaults to visit").

* dynamicdispatcher.jar can now be used without bcel.jar and tools.jar unless these factories are explicitly called (reflection factory is the default)

Posted by Fabian Buettner 2004-05-03