Adding MarvinFramework to a WebApp on Tomcat7
问题 I have a Jersey WebApp running on Tomcat and want to integrate the MarvinFramework for ImageProcessing. Basically I want to reduce noise, grayscale and scale an Image for further processing. The Marvin Framework relies on custom Plugins for their specific prupose, and those Plugins I want to use. But since the Framwork has its own ClassLoader , that loads the plugins JAR dynamically at runtime from an absolute location inside the project, I am confused where to put the files or how to