Java App using Java Upocs

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Java App using Java Upocs

  • Creator
    Topic
  • #47988
    Chris Cormier
    Participant

      Has anyone tried writting a Java app using the cloverleaf java upocs to retrieve information on threads and processes?  I know this can be done with msi tcl extention but would rather do it in Java so I can utilize some of the other java packages.  Any examples would be welcome.

    Viewing 2 reply threads
    • Author
      Replies
      • #57239
        Charlie Bursell
        Participant

          This has been done many times. But I guess my response is why?  I have done it just to do it but not for a production effort.  It adds way too much to the maintainability.

          What are you going to do in Java that can’t be done in Tcl with 1/10th of the effort?

          There are times when I have needed Java and I have used it.  But, for strict message parsing, which is 98% of what we do, Tcl is *MUCH* better

          With that said, if it makes you feel better to do Java,  or if you have a true reasons to use it, go for it.  That’s why we put it there.  But there are no engine APIs written in Java.  To access the engine, you still call Tcl from your Java class.

          Just my humble opinion.  If I were not so shy, I would tell you what I truely think  ðŸ˜‰

          Charlie

        • #57240
          Chris Cormier
          Participant

            Let’s just say I would like to do it for the sake of doing it.  Would you have any examples that I could review?

          • #57241
            Charlie Bursell
            Participant

              Send me an e-mail at charlie.bursell@quovadx.com and I’ll see what I can find.  I amy not get to it today but will as soon as I can

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.