Errata

JXTA in a Nutshell

Errata for JXTA in a Nutshell

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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

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

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 7
4th paragraph

Replace 'Uniform Datagram Protocol' with 'User Datagram Protocol'

Anonymous   
Printed
Page 33
IN PRINT: Figure 2-5

"Peer 1 Point-to-point pipe"

SHOULD BE:
"Peer 4 Point-to-point pipe"

Anonymous   
Printed
Page 47
IN PRINT: "An Auctioning Example" section, 1st paragraph, 2nd sentence

"...between auctioneers and biders."

SHOULD BE:
"...between auctioneers and bidders."

Anonymous   
Printed
Page 55
IN PRINT: 7th line of code from the top of the page

"// Maximun number of attempts..."

SHOULD BE:
"// Maximum number of attempts..."

Anonymous   
Printed
Page 70
IN PRINT: Example Java code, lines 12 and 13

"private int time-out = 3000; // Discovery wait time-out
private int rtime-out = 8000; // Resolver pipe time-out"

SHOULD BE:
"private int timeout = 3000; // Discovery wait time-out
private int rtimeout = 8000; // Resolver pipe time-out"

Anonymous   
Printed
Page 78
IN PRINT: Example Java code, line 19

"(hungryPipe, rtime-out);"

SHOULD BE:
"(hungryPipe, rtimeout);"

Anonymous   
Printed
Page 83
IN PRINT: 5th paragraph, last sentence

"...completly transparent manner.."

SHOULD BE:
"...completely transparent manner."

Anonymous   
Printed
Page 84
IN PRINT: Example Java code, lines 32 and 33

"private int time-out = 3000;"
"private int rtime-out = 30000;"

SHOULD BE:
"private int timeout = 3000;"
"private int rtimeout = 30000;"

Anonymous   
Printed
Page 87
IN PRINT: Example Java code, line 14

"Thread.sleep(time-out);"

SHOULD BE:
"Thread.sleep(timeout);"

Anonymous   
Printed
Page 87
IN PRINT: Example Java code, line 37

"...(padv, rtime-out);"

SHOULD BE:
"...(padv, rtimeout);"

Anonymous   
Printed
Page 95
IN PRINT: Example Java code, lines 31 and 32

"private int time-out = 3000; // Discovery wait time-out
private int rtime-out = 30000; // Pipe resolver time-out"

SHOULD BE:
"private int timeout = 3000; // Discovery wait time-out
private int rtimeout = 30000; // Pipe resolver time-out"

Anonymous   
Printed
Page 99
IN PRINT: Example Java code, line 15

"(padv, rtime-out);"

SHOULD BE:
"(padv, rtimeout);"

Anonymous   
Printed
Page 114
IN PRINT: "A Peergroup Service Example" section, 2nd paragraph, last sentence

"...run only the necissary services."

SHOULD BE:
"...run only the necessary services."

Anonymous   
Printed
Page 123
IN PRINT: Example Java code, 14th line from bottom of page

"...field that conatins..."

SHOULD BE:
"...field that contains..."

Anonymous   
Printed
Page 123
IN PRINT: Example Java code, 4th line from bottom of page

"...the hashtable containaing..."

SHOULD BE:
"...the hashtable containing..."

Anonymous   
Printed
Page 158
IN PRINT: Example Java code, 17th line from bottom of page

"...the hashtable containaing..."

SHOULD BE:
"...the hashtable containing..."

Anonymous   
Printed
Page 281
IN PRINT: "instjar" entry, "Example" section, 3rd line

"...regardless if the platform..."

SHOULD BE:
"...regardless of the platform..."

Anonymous   
Printed
Page 303
IN PRINT: "Why JXTA" Section, last paragraph, first sentence

"...indeterministic, tighly coupled..."

SHOULD BE:
"...indeterministic, tightly coupled..."

Anonymous   
Printed
Page 309
IN PRINT: Figure 13-2, Peer listed on left-hand side

"Peer 1"

SHOULD BE:
"Peer 4"

Anonymous