Re: old app inheritance
From: Raymond DeCampo (rdecampo_at_spam.twcny.spam.rr.spam.com.spam)
Date: 06/26/04
- Previous message: Christopher C. Stacy: "Re: Is anything easier to do in java than in lisp?"
- In reply to: Ric Has: "old app inheritance"
- Next in thread: Liz: "Re: old app inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Jun 2004 17:39:21 GMT
Ric Has wrote:
> Hi,
> I just inherited an old gui application that was implemented using AWT,
> I think circa Java 1.1. It is running on a Sun-Blade 2500 running Solaris
> 2.9 and JRE 1.4.2, so it should be flying, but it's not. In fact, the
> performance is horrible. How should I go about improving it?
> Do I upgrade
> to JRE 1.5.0 first?
No. Last I checked, 1.5 was still beta.
> Should I reimplement everything in Swing?
Probably not at this point.
> Or do I get
> a profiler, find out what the heck is killing me, and try to improve it?
That sounds like the right approach.
> ANY suggestion would be helpful. Thanks!
>
> Ric
>
>
Ray
-- XML is the programmer's duct tape.
- Previous message: Christopher C. Stacy: "Re: Is anything easier to do in java than in lisp?"
- In reply to: Ric Has: "old app inheritance"
- Next in thread: Liz: "Re: old app inheritance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|