[6043] in java-interest
implementing a server in Java...
daemon@ATHENA.MIT.EDU (Chris Daly)
Sun Mar 17 21:39:19 1996
Date: Sat, 16 Mar 1996 21:53:52 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Chris Daly <cdaly@RATIONAL.COM>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
] I want to do a simple applet to allow two (or more) people to talk to each
] other by typing into a web page.
]
] The applet (client side) seems reasonable enough, and I have some Java
] server code from the 'java in a nutshell' book.
] But I don't quite understand the gunk of the environment.
I just completed a client/server Java program called "WebCrunch". It's
a system for doing distributed number crunching. If you want to see
how I wrote a server and client in Java, check it out. The source code
is all available.
http://www.cse.ogi.edu/~cdaly
Chris