0 Replies Latest reply on May 2, 2006 9:31 AM by liudan2005

    Where is application/session scoped component stored?

    liudan2005

      In order to maximise the performance load, I need to know more about how seam works.

      Since every call is proxied to ejb container from servlet container, where all the application and session states stored? are they stored in Servlet container, or in Ejb container? Say if I inject a session scoped non-ejb component into my ejb, is this object passed from servlet container? what about converstaion scoped component, are they stored same way?