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![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks, Neil