You are probably better off not to use a new ClassLoader, but instead to rename the class, and then you can track down the old objects and pass them to the new constructor to upgrade them. You then have to update all the references to make them point to the new object. By using one layer of indirection, you can make that task easier since there is only one link to update. You have to ensure old and new share a common base class or interface that you can use for references.
Another possible object-upgrading tool is serialization where you serialise version-marked objects and reconstitute them with new code. It is slow but convenient. I have not experimented with any of these techniques personally.
|
|
available on the web at: |
http://mindprod.com/jgloss/reloading.html |
optional Replicator mirror
|
J:\mindprod\jgloss\reloading.html | |
![]() |
Please email your
feedback for publication,
letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear
wording, broken/redirected link reports, suggestions to improve this page or comments to
Roedy Green :
| |
| Blog | Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[23.22.76.170] |
|
| Feedback | You are visitor number 18,374. | |