[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2314) Provide non-event triggering Context for use in MethodContextInterceptor as the method context

Kahli Burke (JIRA) jira-events at lists.jboss.org
Wed Nov 28 20:07:46 EST 2007


Provide non-event triggering Context for use in MethodContextInterceptor as the method context
----------------------------------------------------------------------------------------------

                 Key: JBSEAM-2314
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2314
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.0.0.GA
            Reporter: Kahli Burke


Some profiling has shown that in some cases Event triggering/handling can represent a significant chunk of page processing time.  I found that Event triggering from the MethodContextInterceptor results in 10 events per method call, due to its use of the BasicContext which has pre and post set and remove events.  

Would a non-event triggering base class for BasicContext make sense for use as the method context?

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

        



More information about the seam-issues mailing list