Hi

I have 2 main issues/requests regarding big refactorings done in 8.x
(mainly integrating it with tomee):

1) is it possible to get an easy way to switch scanning of @WebXXX and
@HandleTypes? In TomEE we already scanned it while scanning for other infos
(CDI, EJB, web services JAXRS/JAXWS,...) and we have our own model (jar or
dir url -> list of class names) and it would be awesome to be able to reuse
it without as much hacks as today.

2) I surely missed something but how to share tld scanning of the container
jars? Basically in StandardJarScanner withscanClassPath=true, we have jsf
and jstl jars in tomcat/lib and I would like to avoid to parse tld of these
jars N times since that's exactly the same
ones. tldResourcePathTaglibXmlMap seems intended to it but each webapp has
a different TldScanner so it doesn't work and that's not that easy to
switch it. Any mecanism I missed or something to add?

Otherwise classloading refactoring allowed us to kill several code so a big
thank you :)

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau

Reply via email to