You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org> on 2010/12/09 12:15:01 UTC

[jira] Created: (VELTOOLS-133) Move to Servlet 2.5 and JSP 2.1

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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELTOOLS-133) Move to Servlet 2.5 and JSP 2.1

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
    [ 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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Closed: (VELTOOLS-133) Move to Servlet 2.5 and JSP 2.1

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELTOOLS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed VELTOOLS-133.
-------------------------------------

    Resolution: Fixed

> 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
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Updated: (VELTOOLS-133) Move to Servlet 2.5 and JSP 2.1

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELTOOLS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated VELTOOLS-133:
--------------------------------------

    Remaining Estimate: 0h
     Original Estimate: 0h

> 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
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELTOOLS-133) Move to Servlet 2.5 and JSP 2.1

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELTOOLS-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980083#action_12980083 ] 

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

Now Tools depends on JSP 2.1 and Servlet 2.5.

> 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
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org