3 Replies Latest reply on Sep 14, 2008 10:32 AM by thejavafreak

    Call Remote Stateless Session Beans in Seam

    cannyduck

      Hi,


      I don't want to use the EJB features of Seam and want to implement the EJBs Seam independant. So that they can be deployed in any Java EE Apllication Server. I want to use JavaBeans instead of EJB in Seam to implement my conversations that can be deployed in any servlet container. How can I access a remote stateless Session Bean from JavaBeans that should be independant of an Application Server or the the embedded EJB-Container?


      Thanks for your help


      Canny Duck