Hi, today I was thinking a way to implement some @Grab like annotation ( http://groovy.codehaus.org/Grape) for Java EE. This could be useful for example to add Hibernate as JavaEE provider or any other library. Because TomEE supports jars.txt approach, I was thinking to use this approach. Something like scan all classpath, finds the "@Grab" annotation crfeate the jars.txt and TomEE well do the same. My question is that it would be awesome if we could use the scanning process of TomEE (to not rescan the whole classpath more thanone time).
Do you think it is possible? -- +----------------------------------------------------------+ Alex Soto Bueno www.lordofthejars.com +----------------------------------------------------------+
