** Please note if you set the directive **

<param name="static_applet" value="true">

Your applet will retain in memory and won't reload other configuration files until you restart your web browser.
So, don't be surprised. If after you run this "static" applet and you see the strange behavior when run other applet subsequently.
This benefit is very important to your real world website.
Because your users load the applet only once
and it keep still connection even when users reload web page.


Back