|
Author: Maurice Naftalin & Philip Wadler Publisher: O'Reilly, 2006 Pages: 294 ISBN: 978-0596527756 Aimed at: Experienced Java programmers Rating:4.5 Pros:Good deep treatment Cons: Too much space devoted to collections Reviewed by: Ian Elliot
Some books have a long shelf life - here's one for Java programmers
Java Generics is an important topic and source of competitive arguments between Java, C++ and C# programmers about which has the best approach to generics. This is a high-level book that attempts to explain how and why Java does generics in the way that it does. It’s very nearly an essential read if you hope to master the topic but there are alternatives.
The first part of the book is an introduction that digs deep. After reading it you should understand how Java generics work and how they differ from C# and C++ generics. The explanations are good but the comparisons are just a little over stretched in an effort to prove that the Java way is the best. You’ll frequently come across, “this is how it was before generics” compared to “this is how much better it is after generics”. The introduction takes us from the basic to the more advanced ideas including generic patterns.
The second half of the book moves off into the related, but not essential area, of collections. While this is well presented you do get the feeling that the authors ran out of material on generics and so needed something to fill a book-sized space. All useful and very practical if you are having trouble trying to figure out which collection type to use in any particular situation.
The overall style of the book is wordy with short and to the point examples that are usually interwoven with the discussion. If you are looking for larger real world examples you might not be happy but for me this is the way to master a complex and subtle topic and putting the ideas into action in the real world is something I can do for myself.
This is a very good book on two fairly focused topics – generics and collections. If you plan to make best use of either or both then buy a copy.
DOM Scripting
Author: Jeremy Keith & Jeffrey Sambells Publisher: Friends of Ed, 2011 Pages: 336 ISBN: 978-1430233893 Aimed at: Casual programmers Rating: 3 Pros: Practical hand-on approach Cons: Not object-oriented Reviewed by: Ian Elliot
The DOM is mostly what JavaScripting is all about so a book on it [ ... ]
|
Beginning WordPress 3
Author: Stephanie Leary Publisher: Apress, 2010 Pages: 432 ISBN: 978-1430228950 Aimed at: Developers wanting to start using WordPress Rating: 3.5 Pros: Good introduction to web development using WordPress Cons: Poor production values Reviewed by: Ian Elliot
This introduction to WordPress is aimed at wo [ ... ]
| | More Reviews |
|