1 Reply Latest reply on Apr 18, 2005 8:36 AM by bill.burke

    Confused aboud Web Services and EJB 3

    dkrizic

      Hi!

      I am currently testing EJB 3.0 Preview 5 in JBoss 4 and Eclipse 3.1M6. I am totally impressed how easy it is to create and deploy Entity and Session Beans.

      But I am totally confused on how to present Stateless Session Beans (SLSB) as Web Services to the outside world. With (good old?) JBoss.NET that was very easy by simple providing a wsdd-file, that had the JNDI-Names of the SLSBs and everything was done.

      How to do it with EJB 3.0? ws4ee? Own webapp with Axis?

      ...darko