Errata

Beyond Java

Errata for Beyond Java

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 90
3rd paragraph

Perl is a scripting language, with a quirky syntax...

my $name = "Bruce";
print "Hi, ", $x, "
";

-----
The above example is quite "quirky" no doubt :-) Less quirky would be:

print "Hi, ", $name, "
";

Anonymous   
Printed Page 99
1/3 from bottom

"1..3 represents 1, 2, 3. You can include the 3 with a third period."

"include" should be "exclude"

Anonymous   
Printed Page 127
Bottom third

In applying the many errata on p127, I came across errors in the errata, as well as additional changes that seem to be needed. I'm not a Ruby programmer, so I might not get this completely right. The numbering scheme is the same as that in the existing errata for p127.

1) The line of text "ruby script/generate model trails" is removed by the errata, but the very next line says "You just created the model and". Is it still correct that a model has just been generated?

3) The existing errata says "At the top of page 127". It should say, "At the top of page 128".

6) The second-to-last line on p128: Is it correct that this line reads "has_many :trails" or should it be "has_many :trail"?

Roger House  Nov 04, 2009 
Printed Page 128
Last paragraph

"Modify the Trails" should be "Modify the Trail".

Roger House  Nov 04, 2009 
Printed Page 129
Third line from the bottom

In light of the errata changes at the bottom of p128, the word "Locations" on p129 should be "Location".

Roger House  Nov 04, 2009