This program can it be done in Java?plz urgent
Hi everybody,
I am developing an applet which has to use many other websites.In fact am collecting group of online calculation tools in one.
user has to give me the input data after having choosen the appropriate tool,my applet has to return him the result of calculation without opening the website page of the tool.
almost of this tools pages there is area text where to put data and submit button to get result.
Do you think this applet can be done and what i have to use....i came across httpclient but m not sure other than logging stuff can be done throw it.
Thank you very much
Re: This program can it be done in Java?plz urgent
You'll need to know how each of these sites works, but it should be doable.
Note that your applet will have to be signed, as an unsigned applet is not allowed to access any other server than the one they came from.
Re: This program can it be done in Java?plz urgent
Thank you for you quick reply.
i know the link of these website, other than html source no other things i have.
please can you guide me lil more to a start, m new in web stuff on java.
Re: This program can it be done in Java?plz urgent
You'll need to see what request they make with the calculation parameters, and what the response from such a request is.
There's not much else to be said.
You've found HttpClient, so go through the docs on that.
Re: This program can it be done in Java?plz urgent
Thank you Tolls.
I am waiting for others to share more about it...
Re: This program can it be done in Java?plz urgent
Please go through the Forum Rules -- particularly the third paragraph.
db