From: Vincent M. <vm...@oc...> - 2001-08-12 09:21:39
|
With JDK 1.3 we can use dynamic proxy (as in easy mock) for automatically generating the mock objects. However it does not work with JDK 1.1 and 1.2. I have found this interesting framework (called hotswap) that will let you do hot swapping at runtime. It would work for our problem BUT it seems it only works with JDK 1.2 ... There is no mention in the doc of JDK 1.1 ... Still I found the article interesting and wanted to let you know : http://www.inxar.org/hotswap/inxar/hotswap-0_8_6/docs/manual/manual.html Thanks -Vincent |