Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: Company considers recoding Java app in Perl

by Eyck (Priest)
on Aug 13, 2005 at 11:38 UTC ( [id://483527]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Company considers recoding Java app in Perl
in thread Company considers recoding Java app in Perl

Considering that java is one of languagues that are one with their frameworks (.Net, J2EE), what you're saying is... ee, what... jvms are fast, java programs are slow?

  • Comment on Re^5: Company considers recoding Java app in Perl

Replies are listed 'Best First'.
Re^6: Company considers recoding Java app in Perl
by perrin (Chancellor) on Aug 13, 2005 at 13:13 UTC
    Perl has plenty of frameworks too. But yes, the gist is that Java itself is fast, but people often write overly complicated systems on it, which run slowly. The problems in these cases is the software design, not the language it was written in.
Re^6: Company considers recoding Java app in Perl
by adrianh (Chancellor) on Aug 13, 2005 at 13:15 UTC
    Considering that java is one of languagues that are one with their frameworks (.Net, J2EE), what you're saying is... ee, what... jvms are fast, java programs are slow?

    No. What I'm saying is that large everything-including-the-kitchen-sink frameworks like J2EE are often overkill and create unnecessary overhead that shows up in bloated images and slower run times.

    It's perfectly possible to develop applications without J2EE. It's often more effective to build up smaller frameworks with things like JDO, Velocity, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://483527]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-24 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found