Chapter 15: Client-Server Programming in Java


Contents


Socket-Related Classes in this Chapter

These work in either Java 1.0 or Java 1.1.

RMI-Related Classes in this Chapter

These require Java 1.1 or an RMI compatibility package for 1.02.

JDBC-Related Classes in this Chapter

These require:
  1. Java 1.1 or a JDBC compatibility package for 1.02.
  2. The FastForward JDBC driver from Connect Software. You have to obtain and install it for this code to work, or get a different driver and adapt the connection code accordingly.
  3. A compatible database to connect to. The database used in the examples is not available on the WWW.

Classes


URLs in this Chapter