i have to develop an application capable of connect to BusinessObjects 3.1 and 4.2 versions at same time.
Both have a java API, but the 4.2 one is unable to connect to an 3.1 server so i must have the two APIs loaded at same time, but they share package and class names. Could i acomplish this task with different ClassLoaders?
This is more a theoretical question than a concrete one, as i have never worked with ClassLoaders