0 Replies Latest reply on Oct 3, 2006 6:43 AM by ericia

    Stateless Session Beans Calculator

    ericia

      I am new to EJB and I am doing a tutorial about stateless session beans for calculator.

      In the code, there are the following codes in the client file:


      import org.jboss.tutorial.stateless.bean.Calculator;
      import org.jboss.tutorial.stateless.bean.CalculatorRemote;


      Are these libraries? Where can I download those files? And how to add in my eclipse java project. Thank you.