2 Replies Latest reply on Mar 13, 2005 4:02 AM by mikezzz

    What dev tools?

    amohombe

      Hi,

      Please tell what dev tools do you use. And also what testing/debugging tools to develop/test JBossMail? (I don't mean the platform(e.g. Eclipse), but the tools/plug-ins etc.).
      Especially how to test/ensure if the protocols(/dns) work the way they should?
      Some special TCM monitors/loggers?

      Also, do you use only the RFCs to implement? I red them but don't understand a word :(. Are they somewhere described/explained? Or what's the procedure to get those protocols to really work?

      Thanks in advance,

      Ahmed.

        • 1. Re: What dev tools?
          acoliver

          I mostly use VI and unix shells. For the debugging/testing...right now I use just email clients and the log4j stuff (we have log wrappers that catch the protocol layer). I also like ethereal for this kinda stuff.

          I only refer to the RFC if I have to...and they really are only kinda useful because everyone violates them so you have to test and watch what REALLY gets sent. Howver I don't find the mail ones so hard...especially since most give the client and server traffic examples..

          • 2. Re: What dev tools?

            Eclipse & JBoss IDE (Makes debugging very easy).

            Mike.