I want to support different versions of a 3rd software.
So I plan to create a factory which can create different versions of Object, but I don’t know how to do that, different version of 3rd software have the same package hierarchy, and conflicts will happen when I put them together into one project, anyone have such experience and any ideas ?
Thanks
Jeff Zhang
Your best bet is OSGi. Also see this Tutorial as a starting point.