Problem: Lengthy Downloads
							In a network environment, if your users must wait a long time for
							a download, they will very likely get impatient.
							
							Java does not come with any tools to help display progress meters while
							applets download.
							
							Most browsers don't support multple archives (.zips, .jars, .cabs),
							so developers tend to download all of their .class files within one archive,
							making users wait and wonder.
							
							Class files that are not used until some user action requires them
							are often downloaded anyway, regardless of whether they'll be needed.
							
							Without any visual feedback, network bottlenecks appear to be a problem with
							your program.
			  
				
				Solution: Use A Microkernal
							Download a minimal functional Microkernal first