1 Reply Latest reply on Jan 30, 2009 5:09 PM by pmuir

    Scope-related annotations

    gonorrhea

      I tried googling javax.webbeans.SessionScoped api and nothing.  Is there a JavaDoc available for Web Beans?


      Also, in the numberguess src code, I'm seeing these annotations:


      @Named
      @SessionScoped
      @ApplicationScoped


      which are very similar to existing Seam annotations:


      @Name
      @Scope(...)


      This is obviously confusing to a Seam developer.  When Web Beans becomes the core of Seam 3, which annotations will be used?  I'm guessing the new Web Beans ones...