Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applet Tuning

Status
Not open for further replies.

toolkit

Programmer
Aug 5, 2001
771
GB
I am currently tasked with designing an Applet. One of the main risks I can see is that the applet is expected to require XML processing, RMI-IIOP, etc.. all of which leads to a HUGE number of classes to donwload. I want the applet to start up quickly. I am currently reading the excellent 'Java Performance Tuning' book, which suggests downloading an intial JAR containing a bare minimum of classes, present an initial 'processing...' message to the end-user, and start downloading the other classes in the background. Has anyone got example code / good links of how I can do this?
Thanks, Neil :)
 
>> I am currently reading the excellent 'Java Performance
>> Tuning' book, which suggests...

Are you saying that there is no example in the book for the suggestion they make? [bugeyed]

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top