Actually, its not just the Applet, but all these dependent jar files that needs to get downloaded before the app starts on the client machine. The applet itself is a 3rd party applet that lets you specify the jar file we need to download onto the client machine in their configuration file, for the app to run.
I was reading a little bit and I understand the security concerns, but I was wondering if we can Sign the jar files, and would that allow us to bypass these security issues? And this is a intranet application and we cannot expect every user to manually clean up the cahce on their local machine which is not pretty..there got to be a way around..isn't it?