0 Replies Latest reply on Nov 3, 2005 7:36 AM by guitoon

    EJB Client

    guitoon

      Hello,
      I followed the tutorial about the fibonaci suite. Based on it, I did my own application and it works fine.
      My problem is that, in the tutorial, the only way for running a business method is to click on the button in the servlet. What i wanna do is make a client and, from the client, run one or several business method as i could do using a basic "main" function. I want to display the information in the console. How can i do that ? What configuration should i use ?
      I'd appreciate any help.