b**h 发帖数: 64 | 1 我有一WEB SERVICE (wrtiten in asp),也有一JAVA PROGRAM AT CLIENT SITE, client
uses browser to log in the web service, after login, my java program at client
side needs to know whether the login succeeds or not, how could I do that?
socket wont be a solution to me, coz client perhaps will have proxy server or
firewall or sth else.
either javascript or java applet wont be allowed to write file into client
system.
or maybe create a new MIME type and a new plugin to browser, which used to
handle this MIME | g*****g 发帖数: 34805 | 2 How about a signed applet. Or let client listen to some port, and on server
side, once a client logins, the server informs the client about the
successful login.
client
client
or
【在 b**h 的大作中提到】 : 我有一WEB SERVICE (wrtiten in asp),也有一JAVA PROGRAM AT CLIENT SITE, client : uses browser to log in the web service, after login, my java program at client : side needs to know whether the login succeeds or not, how could I do that? : socket wont be a solution to me, coz client perhaps will have proxy server or : firewall or sth else. : either javascript or java applet wont be allowed to write file into client : system. : or maybe create a new MIME type and a new plugin to browser, which used to : handle this MIME
| b**h 发帖数: 64 | 3 it wont work if client side gets a proxy server, which only assign one or some
specific ports to the outbound traffic, and will reject the port allocation
request from outside.
maybe signed applet will do the job.
【在 g*****g 的大作中提到】 : How about a signed applet. Or let client listen to some port, and on server : side, once a client logins, the server informs the client about the : successful login. : : client : client : or
|
|