Errata

BEEP:  The Definitive Guide

Errata for BEEP: The Definitive Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 41
Figure 4-4

The diagram (and some of the surrounding text) seems wrong to me. I would have
thought that for server/client, the server would send the initial message to the
client, which would then respond with the answer message(s).

Anonymous   
Printed Page 50
Example 5-2 line 3

In example 5-2, a new session is created with a utility call on TCPSessionCreator.
The method called does not exist in the API of 9780596002442core-java (v0.9.06) available at
9780596002442core.org.

line 3:

is:
TCPSessionCreator.initiate(host, port);

should be:
AutomatedTCPSessionCreator.initiate(host, port,
new ProfileRegistry());

Anonymous