One-Way Communication between applet and servlet

Hi,

I am doing capturing an image from an applet and save it to the server. I did try 2-way communication between applet and servlet and it succeed.

But actually I just need a one-way communication and I tried without getting anything from the servlet but i failed. It doesn't even go to the servlet.

Anybody can help me on it?

I want to forward to another page after capturing the picture. Please tell me how to do that.

Thank you,

Hendry

[483 byte] By [HenOYa] at [2007-11-27 3:57:47]
# 1

> I am doing capturing an image from an applet and save

> it to the server. I did try 2-way communication

> between applet and servlet and it succeed.

OK. Was that using an example source

available on the net? Where did that

source come from? I ask, because that

seems to be about 110% of..

> But actually I just need a one-way communication

..one way communication with the server!

>...and

> I tried without getting anything from the servlet but

> i failed.

How? What errors, if any, were produced in the

applet console, or by the servlet error page?

>..It doesn't even go to the servlet.

> Anybody can help me on it?

Maybe..

> I want to forward to another page after capturing the

> picture.

Mmm.. that might be the problem.

Can you do the 'one way' communication to

the servlet when you simply serve back to

the end user a page that links to the page

that you would like to redirect to?

With the working 2-way version, can you

redirect to another page after upload?

Can you provide an SSCCE* of the applet/servlet

code that fails? What about a link to the page

itself? Is it publicly accessible?

* http://www.physci.org/codes/sscce.html

AndrewThompson64a at 2007-7-12 9:02:08 > top of Java-index,Security,Cryptography...
# 2
Hi Andrew,Thank you for your reply.I use two-way communication and when it come back to applet I calla javascript function from applet.Thanks a lot.Best Regards,Hendry
HenOYa at 2007-7-12 9:02:08 > top of Java-index,Security,Cryptography...