>I am trying to read the data from the website and modify the data,
>using the java programming.
[quoted text clipped - 6 lines]
>package.
>can anyone give ideas on how to go about it.
Typically this is done by sending in GCI-like requests to a womb
running servlets. Either with a browser, an Applet or a JAWS app.
However, in your case that may be overkill. All you may need is a 1-1
socket connection where you send a binary message and get one back. In
any case you need code both running in the client and the server.
See http://mindprod.com/applets/fileio.html
for how to set up a raw socket connection.
See http://mindprod.com/products.html#ECHO for the source code for a
very simple server.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.