• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet Performance

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I am currently migrating MSJVM code to SunJVM for my project. We use applet to allow user to entry their info or search.
In MSJVM, applet performance is quite well, response was quick. But after migrating to SunJVM, the applet performance has been slow. For an instance, the tables and tabs were poped up one by one or one line by one line which you can see tables or tabs have been added into applet. It seems to go back 90s, when the page loaded, all of components get out one by one.

I tried to increase memory on my local, but this issue still there.

Does anyone face this kind of issue before, or some suggests where to dig?

Any reply will be appreciated.
 
Ranch Hand
Posts: 77
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Guodi Zhang wrote:Hi Everyone,
..In MSJVM, applet performance is quite well, response was quick. But after migrating to SunJVM, the applet performance has been slow. For an instance, the tables and tabs ..



To be 'migrating' code implies you had it working in one, and are now changing it to the other. Which leads me to the question: since when did the MSVM support tables or tabbed panes?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic