I use both languages a lot. They are completely different and it's best not to mix them. When I use a lot of Perl my Java becomes weak and vice-versa. IMO Java can add a lot to your Perl experience. Sure, nothing beats the expressive power of Perl, take as an example a one line regexp in Perl, redo it in Java and compare... But, Java is a reasonably clean, simple and usable general purpose OO language. Nowadays it has excellent performance. Good support for web based stuff and rich clients as well. It has a huge install base which means that there is always work:)

An excellent place to start is a friendly place for Java greenhorns!. A bit of a monastery for Java folks;) After you have some experience with standard Java you definitely have to check out JEE, the Java Enterprise Edition. You can use the glasfish Application Server to play with it.

Cheers,

Harry


In reply to Re: Perl "with" Java by dHarry
in thread Perl "with" Java by Anonymous Monk

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.