0 Replies Latest reply on Mar 20, 2007 2:58 AM by thejavafreak

    SFSB functionality on a Seam POJO component

    thejavafreak

      Will I get the same benefit of SFSB if I annotate a POJO with
      @Scope(ScopeType.CONVERSATIONAL), since from what I've read from the documentation, SFSB's ScopeType by default is CONVERSATIONAL

      I tried it on my apps and it works, but I still can not see any difference yet.

      If it is the same, why would we ever need SFSB in our Seam apps?
      It it isn't what is the benefit using SFSB?

      Thanks in advance