0 Replies Latest reply on Mar 6, 2007 12:30 PM by dkamenov

    Testing EJBs

    dkamenov

      I am new to JBoss, so please excuse my ignorance. I was wondering how to test EJBs deployed to the server without having to write a dedicated client for this purpose.

      I have used webspere in the past and it comes with a handy tool called Universal Test Client or UTC - essentially a simple web app deployed on the server which allows the developer to browse the JNDI tree, lookup the home interface for any EJB, use it to get a remote interface and then call any method on the EJB using a generic GUI.

      Is anything broadly similar available for JBoss?

      Thanks,
      Drago Z Kamenov