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

Reply via email to