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

Norman Richards (JIRA) jira-events at lists.jboss.org
Tue Aug 4 18:34:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-3710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Richards updated JBSEAM-3710:
------------------------------------

    Fix Version/s: The future
                       (was: 2.2.1.CR1)


> 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: The future
>
>
> 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