Re: socket programming help



On 1 Sep 2005 04:16:09 -0700, "GMHK" <harigm@xxxxxxxxx> wrote or
quoted :

>I am trying to read the data from the website and modify the data,
>using the java programming.
>for example: i have a website with some information for example: Age:
>24
>
>My core objetive is to modify to the value of age from 24 to 56.
>
>i am trying to solve this problem only with the java networking
>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.

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



Relevant Pages

  • JAVA Reflection
    ... JAVA programming, and i try to design fault injection. ... source code(Kit.java and Tst1.java) i modify from xito web site: ... public class Tst1 ... my problem is how can i modify Kit.java to make sure it can pass many ...
    (comp.lang.java.programmer)
  • Re: socket Programming in java Help needed
    ... GMHK wrote: ... > I am trying to read the data from the website and modify the data, ... > using the java programming. ... > My core objetive is to modify to the value of age from 24 to 56. ...
    (comp.lang.java.programmer)
  • socket Programming in java Help needed
    ... I am trying to read the data from the website and modify the data, ... using the java programming. ... My core objetive is to modify to the value of age from 24 to 56. ...
    (comp.lang.java.programmer)
  • socket programming help
    ... I am trying to read the data from the website and modify the data, ... using the java programming. ... My core objetive is to modify to the value of age from 24 to 56. ...
    (comp.lang.java.softwaretools)
  • Re: socket Programming in java Help needed
    ... > I am trying to read the data from the website and modify the data, ... the java programming. ... You need to exercise patience, and read an introductory book on Java. ...
    (comp.lang.java.programmer)