由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请教。。
相关主题
如何在服务器端跟踪Java的运行?为什么我这个html找不到applet class?
what's the deal with my google (转载)请问,怎么运行jnlp
sevlet question是否可以通过Java的程序直接导入网页?
Re: How to write to a file on server in an applet?问一个奇怪的tomcat+svg问题
a question regarding appletdisplay an image from db along with other text on jsp
赶快帮帮我!memcached
再问个java的蠢问题,别骂我Java API for secure email
愣是笨到家----整不明白applet的path那么多java证书,该考哪个?
相关话题的讨论汇总
话题: client话题: java话题: mime话题: wont话题: login
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
那么多java证书,该考哪个?a question regarding applet
问个RESTful的问题,简单的hello显示404错误赶快帮帮我!
问个spring framework发邮件的问题再问个java的蠢问题,别骂我
How do a Servlet sent a Applet?愣是笨到家----整不明白applet的path
如何在服务器端跟踪Java的运行?为什么我这个html找不到applet class?
what's the deal with my google (转载)请问,怎么运行jnlp
sevlet question是否可以通过Java的程序直接导入网页?
Re: How to write to a file on server in an applet?问一个奇怪的tomcat+svg问题
相关话题的讨论汇总
话题: client话题: java话题: mime话题: wont话题: login