Binding: Paperback
EAN: 9780789714602
ISBN: 0789714604
Label: Ziff Davis Pr
Manufacturer: Ziff Davis Pr
Number Of Items: 1
Number Of Pages: 672
Publication Date: August 01, 1997
Publisher: Ziff Davis Pr
Sales Rank: 2139827
Studio: Ziff Davis Pr
Customer Reviews
Average Rating: 
Rating: - Example codes have too many errors
I wonder if the authors have actually compiled and run the codes. It simply won't work. Take Chapter 20 (RMI) as an example: 1. In class StockMarket, the line Quote q = (Quote)Naming.lookup("HelloServer"); should be Quote q = (Quote)Naming.lookup("///QuoteServer");
2. Class StockMarket should belong to package examples.ch20.bean, not package examples.chap20.bean;
Rating: - Very intense yet easy to understand and use.
Here is a book that is designed to allow the reader to begin immediately programming JavaBeans. The combination of examples and source code in the text, as well as the accompanying CD allow the reader to develop sophisticated JavaBean applications quickly and easily. This book does an excellent job of explaining design concepts, methodologies, and uses for JavaBeans, as well as providing useful and appropriate tips and ideas for applications. The book explains the relationship of JavaBeans to ... Read More
|