"Dean Snyder" wrote:
>Is there a way to use a tiny stub applet that would appear multiple times
>on a web page, whose only purpose would be to load and invoke only one
>single java "library" that does all the real work?
That's what you should test the JAR Class-Path attribute and JAR
applet-extensions attributes for. If they share, then that's what you'll
get. If they don't share, then you won't see any advantage. I'm not in a
position to do such tests, so either you'll have to do it yourself, or
someone with concrete test results will have to answer.
If the "library" is a pre-installed Java extension, then your applet
doesn't have to download anything else. However, your library jar does
have to be an accessible Java extension.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden