Inter-applet communication in different HTML pages

T

takaya

I saw many threads talking about this problem, all of them very old and
without a solution.
Basically I would like to have two applets talking. The two applets are
loaded from two different web locations.
In this way the html pages are different but also the classloaders are
different so it is not possible to use the trick with the static class
where to register/unregister the two applets.
Any ideas? Someone can help me?

Bye
 
T

Thomas Hawtin

takaya said:
I saw many threads talking about this problem, all of them very old and
without a solution.
Basically I would like to have two applets talking. The two applets are
loaded from two different web locations.
In this way the html pages are different but also the classloaders are
different so it is not possible to use the trick with the static class
where to register/unregister the two applets.
Any ideas? Someone can help me?

The obvious solution is to communicate via the server. The main obstacle
is firewalls, although using SSL on the https port would probably get
around that (though I haven't tried it).

Tom Hawtin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top