[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3710) For JavaBeans, investigate moving MEI functionality into @PostActivte/@PrePassivate

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Nov 17 01:03:36 EST 2008


For JavaBeans, investigate moving MEI functionality into @PostActivte/@PrePassivate
-----------------------------------------------------------------------------------

                 Key: JBSEAM-3710
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3710
             Project: Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: Pete Muir
            Priority: Critical
             Fix For: 2.1.1.CR2


This is possible only in JavaBeans as the HttpSession is passed as an arguement to the sessionWillPassivate/sessionWillActivate call, and we can store the conversationId in @AroundInvoke method. In EJBs, the passivation/activation happens independently of the HttpSession.

This should be a performance improvement, @PrePassivate (serialize out entities) will be called just as much, but @PostActivate will be called a lot less.

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

        



More information about the seam-issues mailing list