vote up 0 vote down star

Hi everybody!

I've a simple webpage with a java applet. The applet calculated a few values. (up to 30 lines of text) Then I want to send the values back to the server.

Sorry for my english and thanks for your help!

flag

2 Answers

vote up 1 vote down

Use URL and URLConnection (or HTTPUrlConnection)

Reading from and Writing to a URLConnection

link|flag
vote up 0 vote down

Just do a GET / POST HTTP call to your webserver with the value as parameter. You should have any server side programming language in order to process those parameters.

link|flag
how to do a post http call of an applet? – someone Nov 5 at 21:57
Here you have several examples: sum-it.nl/en200141.html – rossoft Nov 5 at 22:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.