Re: old app inheritance

From: Raymond DeCampo (rdecampo_at_spam.twcny.spam.rr.spam.com.spam)
Date: 06/26/04

  • Next message: RobertMaas_at_YahooGroups.Com: "Re: Is anything easier to do in java than in lisp?"
    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.
    

  • Next message: RobertMaas_at_YahooGroups.Com: "Re: Is anything easier to do in java than in lisp?"

    Relevant Pages

    • Re: old app inheritance
      ... > I just inherited an old gui application that was implemented using AWT, ... XML is the programmer's duct tape. ...
      (comp.lang.java.gui)
    • Re: Need recommendations on technology/architecture
      ... based using JSPs, Java Servlets, XML, XSLT and regular Java classes to ... XML is no ... render the GUI. ... could access the same application without having to install a SWING ...
      (comp.lang.java)
    • Re: Pythonic gui format?
      ... It's more clean&simple than XML, ... I want all GUI ... Your dicts example is nice, but this approach lacks ... configuration' in a text based format is a nice idea, ...
      (comp.lang.python)
    • Re: Newbie Needs Ada Advice
      ... I noticed that the version of glade bundled ... version of Glade does not output source code, only XML. ... GUI from the XML file. ... A GUI code generator will generate 5 unrelated widget ...
      (comp.lang.ada)
    • Focus gets stuck on control which filling out form
      ... We are developing a dynamic GUI that builds the GUI from an XML Document. ... This is done thru the use of reflections dynamic method invocation and the ... Tab control gets stuck in control and user cannot change focus to another ...
      (microsoft.public.dotnet.framework.windowsforms.controls)