Applet and new window connection problem.

T

tomashk

Hi All.

During recent development I encountered a following problem:

My app uses 2 windows - in one - there's an applet that displays some
data structure (loaded from xml file with JTree representation). User
can browse through the hierarchy and than can click on the desired
node. When he/she does it - applet takes some doing and produces a xml
data that should be used by servlet invoked in the second window.
Generally I'm using showDocument(url, target) method to achieve that.
Problem is that with this approach I can ony pass short strings - as
in GET request. What happens is that my xml data can be quite big and
I really need to send them to servlet and display in the
applet-adjacent frame. I was thinking of some workarounds to this but
everything seems to be either not working either to complicated and
difficult to maintain.

Should you have any thougths, I would greatly appreciate.
TK.
 

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