You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/11/08 13:12:09 UTC

DO NOT REPLY [Bug 50234] New: JspC use servlet 3.0 features

https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

           Summary: JspC use servlet 3.0 features
           Product: Tomcat 7
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: funkman@apache.org


Update JspC to allow new options to
1) Write web-fragment.xml as a valid web-fragment file.
2) Place all the precompiled jsp classes into a jar file
3) Put the web-fragment,xml (from step 1) into META-INF/web-fragment.xml of the
jar file created in step 2

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50234] JspC use servlet 3.0 features

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 2010-11-09 17:34:42 EST ---
4) Use annotations (independent from #1-#3 in comment #0)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50234] JspC use servlet 3.0 features

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anthonygerrard+apache.org@g
                   |                            |mail.com

--- Comment #3 from Konstantin Kolinko <kn...@gmail.com> ---
*** Bug 53424 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50234] JspC use servlet 3.0 features

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

Marc Pompl <ma...@lynorics.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.pompl@lynorics.de

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 50234] JspC use servlet 3.0 features

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

--- Comment #4 from Marc Pompl <ma...@lynorics.de> ---
4) abandon the requirement for web.xml if a web-fragment.xml is present
At the moment (Tomcat 7), a dummy web.xml has to be defined in order to define
the version (i.e. for expresions within the JSPs).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50234] JspC use servlet 3.0 features

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> 2011-01-21 12:52:24 EST ---
It looks like annotations don't make any sense, here. Brain fart on my part.

On the other hand, it looks like a simple change to a properties file plus a
new build-jspc.xml build script should do the trick.

Working on a patch.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org