Angelo Posted December 27, 2006 Posted December 27, 2006 Hello, I have a trading on line application running by applets. It is possible to interface and automate this kind of application? I want to automate order submission..... Thanks.
seandisanti Posted December 29, 2006 Posted December 29, 2006 Hello,I have a trading on line application running by applets.It is possible to interface and automate this kind of application?I want to automate order submission.....Thanks.my suggestion with applets is always to get the source for the applet, then use a decompiler like "DJ Java Decompiler" (there may be better out now, but that is the one i used back in the day because it was free) then with a little bit of research and reverse engineering, you can find out what the applet is doing on each button click etc, and eliminate the need for the applet at all, because you'll have urls etc to work with at that point. If you're not familiar with Java or similar languages, stepping through the decompiled code may be difficult but will definitely be a learning experience.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now