You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "D. Strauss (JIRA)" <de...@geronimo.apache.org> on 2006/07/09 20:43:29 UTC

[jira] Erstellt: (GERONIMO-2178) JSP Taglibs accessed via a global context

JSP Taglibs accessed via a global context
-----------------------------------------

         Key: GERONIMO-2178
         URL: http://issues.apache.org/jira/browse/GERONIMO-2178
     Project: Geronimo
        Type: Wish
    Security: public (Regular issues) 
  Components: Tomcat  
    Versions: Wish List    
 Environment: all geronimo platforms
    Reporter: D. Strauss
    Priority: Minor


First: this is a wish, not a bug :P

When developing webpages with JSP a usual JSP hacker will face the easiness of taglibs one day. Taglibs are a summary of JSP tags that someone has created one day to ease the development of JSP pages.

My wish: Geronimo may contain some standard taglibs. A famous example: the Jakarta Taglib. For now, I must ship that library with all my WAR files. Instead, Geronimo may have that library and give me access to its tags. This can be done using the 1.1 dependency system. In a usual JSP page I simply may refer to that lib using the uri of that lib (the JSTL uri is already standardized). So, it would mean a smaller size of WAR files :P

However, I don't know if this is JEE compatible or not :/ it's just an idea. Post your opinion about this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-2178) JSP Taglibs accessed via a global context

Posted by "Paul McMahan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan closed GERONIMO-2178.
----------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.0-beta1

> JSP Taglibs accessed via a global context
> -----------------------------------------
>
>                 Key: GERONIMO-2178
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2178
>             Project: Geronimo
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: Wish List
>         Environment: all geronimo platforms
>            Reporter: D. Strauss
>            Priority: Minor
>             Fix For: 2.0-beta1
>
>
> First: this is a wish, not a bug :P
> When developing webpages with JSP a usual JSP hacker will face the easiness of taglibs one day. Taglibs are a summary of JSP tags that someone has created one day to ease the development of JSP pages.
> My wish: Geronimo may contain some standard taglibs. A famous example: the Jakarta Taglib. For now, I must ship that library with all my WAR files. Instead, Geronimo may have that library and give me access to its tags. This can be done using the 1.1 dependency system. In a usual JSP page I simply may refer to that lib using the uri of that lib (the JSTL uri is already standardized). So, it would mean a smaller size of WAR files :P
> However, I don't know if this is JEE compatible or not :/ it's just an idea. Post your opinion about this.

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