coldfusion 10 classpath
how does coldfusion 10 works with the classpaths?
ex. in cf9 it uses a very old version of jasper reports, when you try to overload it, it didn't work because of classpath problems and dependencies
would it be possible to create my own build of an implementation of jasper reports with it's dependencies which could have other versions of
.jar files which cf10 uses or would it again collide ?
calling my main class would work because the path is unique but when it will internally will use the dependencies from jasper with it's own depedencies
will it only look in the "classpath container" defined or will it collide again?
tx
