由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问java applet的问题
相关主题
javascript是要统一江湖的anyone knows what language google used for the chart in their finance page?
$100求个小软件:下载我paypal上全部的transaction美国政府因安全问题要求禁用Java软件
Windows下service程序问题什么原因削弱了浏览器上rich client plugins
一个Java applet小程序 Apple's anti-malware blacklists Java 7 plug-in again
[合集] 问个题--- web dynamic graphic generation来看v8他爹用什么来搞v8
可行不看来2013还是Javascript最流行
有没有人遇到过这样的问题?java其实内部也一直都有争论
jtextpane输入中文导致某个程序失去响应为啥没人吊.net c#语言?
相关话题的讨论汇总
话题: applet话题: java话题: url话题: post话题: applets
进入Programming版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
vendor的site用的是javaapplet,通过decode,我找到了URL,以及request的所有参数,
通过http post/get送过去,总是得到404错误,是怎么回事?像这种没有API的情况下,
怎么去automate?
c**t
发帖数: 2744
2
basically I am looking for a way to interact with running applet...

数,
下,

【在 c**t 的大作中提到】
: vendor的site用的是javaapplet,通过decode,我找到了URL,以及request的所有参数,
: 通过http post/get送过去,总是得到404错误,是怎么回事?像这种没有API的情况下,
: 怎么去automate?

c**t
发帖数: 2744
3
so bad, it seems impossible:
Java intentionally severely limits your access to JVMs running applets. Java
applets can't access the client-side filesystem, and I'm fairly sure that
there is absolutely no way to access a client-side event queue either.
I would strongly recommend looking into the RMI, and trying to collaborate
with the 3rd-party applet's vendor. If you're attempting what I think you
are, Java won't allow it. Its web platform assumes that all systems involved
in any sort of transact

【在 c**t 的大作中提到】
: basically I am looking for a way to interact with running applet...
:
: 数,
: 下,

g*****g
发帖数: 34805
4
Applet can only talk to the server which hosts it.
If you want to talk to the applet, you need to have the control of it.
And you need to set a security policy and every user needs to
accept it.
Usually if you have to go through such trouble, you rather use
java webstart.

Java
involved

【在 c**t 的大作中提到】
: so bad, it seems impossible:
: Java intentionally severely limits your access to JVMs running applets. Java
: applets can't access the client-side filesystem, and I'm fairly sure that
: there is absolutely no way to access a client-side event queue either.
: I would strongly recommend looking into the RMI, and trying to collaborate
: with the 3rd-party applet's vendor. If you're attempting what I think you
: are, Java won't allow it. Its web platform assumes that all systems involved
: in any sort of transact

m******t
发帖数: 2416
5

Your last post sounded like you are trying to interact
with the server behind the applet.

【在 c**t 的大作中提到】
: basically I am looking for a way to interact with running applet...
:
: 数,
: 下,

c*****t
发帖数: 1879
6
1. download the applet, decompile to java code. Then you can do
whatever, such as run in debug mode.
2. get a packet sniffer. The url you saw in the code could be modified
due to various reasons, such as protocols etc.

【在 c**t 的大作中提到】
: basically I am looking for a way to interact with running applet...
:
: 数,
: 下,

c**t
发帖数: 2744
7
yes

【在 m******t 的大作中提到】
:
: Your last post sounded like you are trying to interact
: with the server behind the applet.

c**t
发帖数: 2744
8
My goal is to run it in batch mode: automate manual process. I found the URL
ia https directly, got 404 error.
m******t
发帖数: 2416
9

URL
The applet may be POST'ing to the url. It may be
also sending cookies. etc.

【在 c**t 的大作中提到】
: My goal is to run it in batch mode: automate manual process. I found the URL
: ia https directly, got 404 error.

1 (共1页)
进入Programming版参与讨论
相关主题
为啥没人吊.net c#语言?[合集] 问个题--- web dynamic graphic generation
minecraft卖价20亿美元可行不
把Java和浏览器整合可以成为很大的热点有没有人遇到过这样的问题?
Dart突然死掉了jtextpane输入中文导致某个程序失去响应
javascript是要统一江湖的anyone knows what language google used for the chart in their finance page?
$100求个小软件:下载我paypal上全部的transaction美国政府因安全问题要求禁用Java软件
Windows下service程序问题什么原因削弱了浏览器上rich client plugins
一个Java applet小程序 Apple's anti-malware blacklists Java 7 plug-in again
相关话题的讨论汇总
话题: applet话题: java话题: url话题: post话题: applets