In your case, I would recommend Java over perl for these
reasons:

(1) Its strong typing may coerce developers to maintain
a somewhat more maintainable design than perl.

(2) Java trades away power for readability; it's easy to
write horrible Java, but it's even easier to write horrible
perl.

(3) Typical 3rd-generation logic constructs are expected to
be used in Java. There's usually only one way to do it in
Java. This leaves fewer surprises for the maintainer. That
means people who aren't as familiar with Java can't do as
much damage to the program as a perl novice to a perl script.

If you don't need perl's power, by all means, use Java!

Be warned, however: automation and data processing are fun
in perl, while in Java they can be an absolute headache.

Rob

In reply to Re: Using Perl vs Java with MQSeries by rje
in thread Using Perl vs Java with MQSeries by wileykt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.