[ 
https://issues.apache.org/jira/browse/VELTOOLS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969791#action_12969791
 ] 

Antonio Petrelli commented on VELTOOLS-133:
-------------------------------------------

I am thinking of a different way to implement it, comparing to how Freemarker 
works in this case.
Freemarker is all runtime: TLDs are loaded, parsed and tag classes are created 
and executed.
For Velocity I have in mind a code generation step, in which TLD files are 
parsed and directives generated, one directive per tag class.
Potentially, it will be faster than Freemarker.

> Move to Servlet 2.5 and JSP 2.1
> -------------------------------
>
>                 Key: VELTOOLS-133
>                 URL: https://issues.apache.org/jira/browse/VELTOOLS-133
>             Project: Velocity Tools
>          Issue Type: Bug
>          Components: VelocityStruts, VelocityView
>    Affects Versions: 2.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1
>
>
> Currently Velocity View Tools and others depend on Servlets 2.3
> Servlet 2.5 should be used, to support recent app servers, and JSP 2.1 for a 
> clean separation of JSP to Servlets and for support for SimpleTag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to