3 Replies Latest reply on Apr 25, 2006 12:53 PM by liudan2005

    synchronization question for application scoped seam compone

    liudan2005

      I have an application scoped seam component which complys standard bean pattern. I periodically update this object by using its setters. Since this object is accessed from many threads in the servlet container, do I need to make its setters synchronized in my multi-cpu environment? Does Seam manage the threads synchronization stuffs?