Dear ivyteam In our project we'd like to have the following structure: Our ivy project contains a jar which has some Java interfaces. Then we'd like the implementations for these interfaces in another external jar that we can deploy independently. Our idea was to put into the WEB-INF/lib folder. But if we try to load the class from the jar (using Best regards Lars |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 09.07.2019 at 07:31
Seen: 1,372 times
Last updated: 11.07.2019 at 02:53
This is an interesiting problem. Suppose we could have a way by some ClassLoader black magic, how do you plan to deal with situation that different IARs depend on different version of the interface JARs. How to load the correct impl of the correct version? Something like versioning using package name may create a mess, I guess.