someone has tried if all works good (and how) with a page containing more than 1 Applet ?
Yes, though I don't think it was ever checked in anywhere.
Since Java 6 Update 10 there is a new ability, to tell to the Java Plugin if use the same JVM for more applets, or if not ... i don't remember well at the moment.
The parameter is called "separate_jvm".
And then, we could try exchanging data between them (i remember on old demo of this feature in core java tutorials, if i remember well).
We don't provide access to the underlying applets directly. However, if you name your applets, you can call BrowserApplicationContext.getApplication() to get the Pivot application that is hosted by the named applet.
