Coding Tip: Using Dynamic Proxies to Cross Classloader Barriers
Posted on Sep 8th 2015
The ChallengeDealing with classloaders can be tricky, especially if some of them provide the same classes. For instance, this can happen if you need to include several versions of the same library. OSGi is a nice way to deal with such problems, but sometimes there is no other way … Read More