jetty web app context could use interceptor based design
--------------------------------------------------------

         Key: GERONIMO-476
         URL: http://nagoya.apache.org/jira/browse/GERONIMO-476
     Project: Apache Geronimo
        Type: Improvement
    Versions: 1.0-M3    
    Reporter: David Jencks


Currently we have 2 jetty web app contexts related by inheritance: normal and 
+JACC.  The normal one sets up the jndi component context and the transaction 
context for each handle call, and the jacc one also sets up the security 
context.  All these functions are handled for ejbs by separate interceptors.  A 
similar interceptor based design for jetty would be easier to understand and 
configure.  With a final interceptor to call the correct jetty web app context 
method, the treatment of handle, start, and stop calls could probably also be 
fed through a single invoke method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to