0 Replies Latest reply on Jul 26, 2007 5:34 AM by welser

    Seam and Richclient

    welser

      Hello,
      i got a little bit confused how to use my EJB 3.0 based application for WEB via Seam)and also use a RichClient. Because of seam i have to intruduce additional methods (without paramteters) in my session beans and also add @In @ out tagged Entities. This additional methos will only work in seam because the DI will do its work to get my @in@out annotated Objects filled. But this also means that i have to write seperate methofs for my richclient. Is there a best prectice for this ? Split up Session beans for Seam and Richclient? Or wirte Session beans for Seam and use within them the Session beans for the Richclient and fill in the parameters ?

      thx