Doing most of my work in java, with one ongoing project written in perl (based on slahcode), I have to say I'm biased towards recommending perl for such a task: It is, to quote dragonchild once more, already 90% written in perl.

On the other hand: I recommend this, because to dive into the depths of slashcode taught me something about perl and how to programm it: but that took a fair amount of time (we released the first version with 4 weeks delay, some of that attributed to myself learning to love perl the hard way).

If you know how to code in java and how to use this internal framework, and this framework is actually suited for such a project, java may very well be your premiere choice ragarding your company and assuming you want to keep your job there.

One point in favour of perl is maintance time; maintaining a java application server (most of the time with apache on top) costs far more time than apache+mod_perl; and bug-fix / new-version cycles will take much less time.

regards,
tomte


Hlade's Law:

If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.


In reply to Re: Choice of development language:Perl or Java by Tomte
in thread Choice of development language:Perl or Java by chimni

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.