You might have noticed I just committed the code of Jasper compiler
under the sandox/struts2-jsp-plugin. I modified jasper (unable to
extend as most of the code is private) to read JSPs from the classpath
and compile them into java in memory (no intermediate file required),
and then I am using the java compiler API to compile the java code and
keep a cache of the generated servlets.

The end result is that I can use JSPs from the classpath now. TLDs and
includes do not work currently, but they will soon, I hope. Then I
will make it work from an OSGi bundle. I know some people want to be
able to package JSPs in jars, so this might work out, eventually.

 musachy
-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to