An enhancement bug has been entered for those with the itch. It appears
the existing JspC task still writes out 2.3 when it writes a new web.xml.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234
-Tim
On 11/8/2010 5:45 AM, Ronald Klop wrote:
+1 Precompiled jsp's with annotations in a
+1 Precompiled jsp's with annotations in a jar.
Op vrijdag, 5 november 2010 21:07 schreef Pid :
On 05/11/2010 15:06, Christopher Schultz wrote:
> Chuck,
>
> On 11/5/2010 10:57 AM, Caldarale, Charles R wrote:
>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>>> Subject
While I like the idea of using web-fragment.xml for precompiled jsp's -
it would require the "meta-data complete" flag to be set to false which
may as a side effect allow other artifacts to be loaded too.
Hopefully jsp-precompile is part of the webapp build/deploy process so a
developer can ig
On 05/11/2010 15:06, Christopher Schultz wrote:
> Chuck,
>
> On 11/5/2010 10:57 AM, Caldarale, Charles R wrote:
>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>>> Subject: JSP Precompilation and Servlet 3.0
>
>>> Hopefully, this will make JSP precompilation less onerous for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 11/5/2010 10:57 AM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: JSP Precompilation and Servlet 3.0
>
>> Hopefully, this will make JSP precompilation less onerous for
>> users.
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: JSP Precompilation and Servlet 3.0
> Hopefully, this will make JSP precompilation less onerous for users.
I don't think the current mechanism is particularly onerous, since Tomcat
supplies an ant script to do all the d
On Fri, 05 Nov 2010 10:13:50 -0400, Christopher Schultz
wrote:
The precompiler could translate and compile all of the classes and
package them into a .jar file for you. Great. What about servlet
mappings? Well, we have two options:
1. Use annotations in the translated .java files
2. Generat