1 Reply Latest reply on Jun 15, 2007 8:29 AM by clebert.suconic

    JBoss Profiler and EJB

      ok
      jboss profiler is very good tool for web applications,
      but is it possible to use jboss profiler with enterprise java beans ??


      Regards,
      Paata.

        • 1. Re: JBoss Profiler and EJB
          clebert.suconic

          There is no difference in usage between a web application and an enterprise java beans.


          A profiler just captures method invocations from the JVM and translate thos invocations as information. When you profile an EJB you will see your invocation going through proxies and that kind of thing.