Welcome

Accessing An Object Whose Class Is Already Loaded By Another ClassLoader

Let’s assume you use inter ServletContext communication mechanism to transfer an Object created by one web application to another web application. In order to make this object fully available to your target web application, you must make sure that those two web applications use same ClassLoader to load that object’s class. This can be easily […]