We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Inside Class Loaders
|
| Subject: |
|
Casting classes loaded from different effective classloaders |
| Date: |
|
2003-11-19 04:39:16 |
| From: |
|
anonymous2
|
Response to: Casting classes loaded from different effective classloaders
|
|
I know that these doesn't always help you, but there are as I see it, two possible solutions.
One, where you use rmi to communicate, and let the class be downloaded via the stub's codebase. Here the interface must be on the clientside, and not the implementation.
The other one is to use JMX, where use use, "tunneling" via the jmx framwork.
|