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.
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.