Customer Reviews


13 Reviews
5 star:
 (2)
4 star:
 (8)
3 star:
 (2)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


34 of 37 people found the following review helpful:
4.0 out of 5 stars Enough! or Too much
I agree with the other reviewers: this is an outstanding book and a must-have for anyone who is serious about programming in Java using the NetBeans IDE. However, it is not a book that will teach you the Java programming language, nor is it a book that will in any way extend your Java programming abilities into such areas as Java Beans, Servlets, or JSPs. The first ten...
Published on May 14, 2003 by Daniel R. Greenfield

versus
15 of 16 people found the following review helpful:
3.0 out of 5 stars Beware: Sample Source Code Obsolete
Overall, this book is a very good reference but there are currently only two books written dedicated to the use of the NetBeans IDE and platform.

I am currently working with the 5.0 Beta release of NetBeans and it has some very nice new features and excellent forums and tutorials at netbeans.org. However, having progressed through the O'Reilly book tutorials...
Published on November 16, 2005 by mcsteph5islands


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

34 of 37 people found the following review helpful:
4.0 out of 5 stars Enough! or Too much, May 14, 2003
By 
Daniel R. Greenfield "Dan" (Milwaukee, Wisconsin, United States) - See all my reviews
(VINE VOICE)   
This review is from: NetBeans: The Definitive Guide (Paperback)
I agree with the other reviewers: this is an outstanding book and a must-have for anyone who is serious about programming in Java using the NetBeans IDE. However, it is not a book that will teach you the Java programming language, nor is it a book that will in any way extend your Java programming abilities into such areas as Java Beans, Servlets, or JSPs. The first ten chapters are really the core how-to. These cover 1) Installation, 2) Basic Concepts, 3) The Source Editor, 4) Debugging, 5) Compiling, 6) Customizing the IDE, 7) Using CVS, 8) GUI Building, 9) JavaBeans, 10) JavaDoc. Beyond that, there are two other chapters devoted to working with XML, JSPs, and Servlets. These chapters are meant to show programmers already comfortable with these technologies how to utilize NetBeans for implementing them; they are NOT for learning the technologies themselves. The rest of the book is quite advanced, and I'll admit that as an intermediate-level programmer I haven't been able to benefit from it. It consists of detailed analyses of how to create custom NetBeans modules, how to tune the existing modules for performance, etc.

For those of us who are still grappling with the enormous amount of study necessary in order to build a functional Java program, this book represents a good investment. But you will probably only use the first 200 pages, about 1/3 of the total book. So you must ask yourself, "Does the cost of this book justify the 200 pages I will probably only ever use?" The answer to that question is Yes, if you are truly serious about programming in Java. This NetBeans IDE is truly awesome, and it is a godsend for those of us who have struggled to code in Notepad or something equally as [bad]. For those of us who are not really serious but merely casual programmers, I would say, No -- there are much better ways to invest your time and money.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
3.0 out of 5 stars Beware: Sample Source Code Obsolete, November 16, 2005
This review is from: NetBeans: The Definitive Guide (Paperback)
Overall, this book is a very good reference but there are currently only two books written dedicated to the use of the NetBeans IDE and platform.

I am currently working with the 5.0 Beta release of NetBeans and it has some very nice new features and excellent forums and tutorials at netbeans.org. However, having progressed through the O'Reilly book tutorials one thing is very clear - the API's are continually changing.

The majority of code samples in this book cannot be compiled and run in the current and beta releases of NetBeans. This makes this book less useful than need be. It would be wise of O'Reilly to make an effort to release an second edition or at least to provide updates to the sample code which overcome the deprecation of classes used in the examples.

Perhaps even NetBeans.org could update and post retooled examples as the ones presented appear to be very useful indeed.

Bottom Line: Very disappointed with examples being outdated and unusable.

Otherwise, the book is informative and well written as I have found all of my references from O'Reilly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
4.0 out of 5 stars Netbeans, September 28, 2003
By A Customer
This review is from: NetBeans: The Definitive Guide (Paperback)
Netbeans is a free full-featured IDE for Java. The original code was developed by Sun and donated to the Netbeans open source community.

This book will not teach any Java programming, but will teach you how to use Netbeans to program in Java. The book is divided into two parts. The first part is about using the IDE to write Java code for your application. The second part is about writing modules to plug into Netbeans to extend its functionality. The opening chapters cover features available to most IDEs, including debugging and using the GUI building functionality of Netbeans. The chapter on CVS was helpful in setting a CVS client with Netbeans, but it only gives a high-level overview of CVS, not enough to learn CVS with this book alone. The GUI building chapter is a very good tutorial on how to build GUI forms inside of Netbeans. The sections on the code generation properties and adding event handlers are well written and easy to follow and should be easy to incorporate into your own projects.

The second part of the book covers consists of how to create custom modules using the Netbeans API. The examples are well written and comprehensive. If a programmer were going to write a custom module, these chapters would be very helpful, but most users of Netbeans are not going to write custom modules, so he or she could skip the last part of the book.

This book is really two books in one, one is about using Netbeans and the other is about extending Netbeans using the Netbeans API. The book has excellent examples and is a good tutorial, but the second part is probably excessive for most users.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
4.0 out of 5 stars A complete and worthwhile reference, May 21, 2004
By 
Bill Wohler (Menlo Park, CA) - See all my reviews
(REAL NAME)   
This review is from: NetBeans: The Definitive Guide (Paperback)
This is mostly a well-written, dense, book about a very complex subject. I learn something new each time I pick up the book meaning this is a book that you will want to keep nearby.

Many of the reviewers lamented the second half of the book about creating your own plug-in. Since that was the sole purpose for me to obtain the book, I welcomed the wealth of information. I was also impressed that it covered branding, which is precisely the information I was looking for. In a the short time it took for me to read a few chapters, I had written, branded, and packaged the initial skeleton of the application I'm building on top of the NetBeans platform.

The organization of the opening Concepts and Paradigms chapter baffled me. It's also a tutorial and user guide and overview. The section didn't flow together very well unlike the more focused chapters that came later.

The only major complaint I would have is that many of the examples and code didn't work in my version (3.6). But that can't be blamed on the book which was based upon version 3.3. The solution was usually easily found. The O'Reilly errata pages also provided some fixes. I expect everything else will be cleared up by the NetBeans community on their fairly active mailing lists.

I also found the chapter on creating beans to be a bit light on motivation. Why would I want to create a bean? What is a bean and how do the steps presented create a bean? How would the bean be used?

I would have also liked to have seen how to make the editor use Emacs keybindings. While that capability does not exist in the product at present, I'm sure there are enough people who want that capability that it would have been useful to describe a workaround in the book.

I caught nearly a half dozen typographical and grammatical errors and one error in an example. More than I'd expect from O'Reilly. Since NetBeans is evolving so quickly, I'd encourage O'Reilly to come out with editions that cover 3.6 and the upcoming 4.0.

No matter, if you're going to use NetBeans, you have to read this book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
5.0 out of 5 stars Outstanding, in the best O'Reilly tradition, December 15, 2002
By 
This review is from: NetBeans: The Definitive Guide (Paperback)
I have been using Netbeans as an amateur Java programmer for a couple of years. Although having understood that Netbeans is more than a traditional IDE, I had never taken the time to find out what that was all about. But that is exactly what the authors of this book sets out to do. The first part is a walktrough of the IDE, and this part is superb in itself. But then comes the even better part - showing us that Netbeans is so much more - basically it is a fully extendible enviroment that can act as your foundation for more or less any application.
The text is dense and profound, yet it is clear and extremely well written, it seems that the principle of "deep simplicity" have been followed. There are relatively few figures and pictures, and the authors have avoided sprinkling trivial code examples around. Also, you can fire up Netbeans and follow the examples, so learning by doing as well as reading. Of the 10-20 Java related titles from O'Reilly that I own this one ranks in among top 3. I strongly recomend this book if you are interested in Netbeans.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 17 people found the following review helpful:
3.0 out of 5 stars Paradigms, metaphors, nodes and objects, February 14, 2004
Amazon Verified Purchase(What's this?)
This review is from: NetBeans: The Definitive Guide (Paperback)
I have always maintained that everything after getting "hello world" to run is merely hacking. I sat down with this book to get a jumpstart on using NetBeans. But the book starts out with "Concepts and Paradigms." It is filled with computer-sciencey, jargon-filled, stiff writing. Page 22 has the illuminating comment "Typical of this grouping together of disparate actions under a unifying metaphor is the concept that NetBeans Explorer nodes are pretty uniformly subject to some sort of "Customize" action." Look - I create projects, edit, compile, deploy and debug programs. I need to know how to do that in a concrete way (and quickly). The "paradigms" and "models" and "metaphors" and every last abstruse option can come later.

No doubt that this is a complete and extensive view of NetBeans, but it shouldn't be confused with a "quick-start" tutorial. The book is definitely geared to the very experienced Java programmer who is comfortable with all the design pattern jargon. I found it highly frustrating as a getting started guide to an IDE.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
4.0 out of 5 stars The only available resource, February 17, 2003
This review is from: NetBeans: The Definitive Guide (Paperback)
This book is the only available book on NetBeans I have so far found. All in all, this book is the best resource I have found on the subject. The book really helped me start developing with NetBeans. Thanks to the authors for a great work.< I read mostly the second part of the book, "Extending NetBeans".

I wish the book could provide more examples. I found the "English" text somehow difficult to follow. In addition, the text does not always directly point to the examples provided.

If you want to start developing with NetBeans, you should start here!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
4.0 out of 5 stars clear explanations and examples, April 7, 2003
By 
Thomas Paul (Plainview, NY USA) - See all my reviews
(VINE VOICE)    (REAL NAME)   
This review is from: NetBeans: The Definitive Guide (Paperback)
NetBeans, a free IDE available ..., is based on donated code developed by Sun. The NetBeans architecture is an open architecture that supports plug-ins for each function of the IDE. This book, which discusses the NetBeans IDE, is made up of two parts. The first part is a description of the IDE designed for the NetBeans user. The NetBeans architecture is described in detail. The book covers each of the different pieces such as editing, compiling, and debugging. The book also covers using the NetBeans GUI editor to design visual components. Integrating NetBeans with CVS and Ant is also covered. The book does a fairly good job in this section of providing a handy manual for NetBeans users. The second part of the book is aimed at those who wish to use the NetBeans open architecture to define their own modules to be added to NetBeans. This part of the book is very well written and will serve as a major resource for anyone interested in module writing. Several examples are demonstrated including building an IMAP email server and client to integrate into NetBeans. The first part of the book is for a general audience and will be useful but it isn't required reading to use NetBeans. The second part of the book has a more limited audience but will be extremely useful to anyone interested in writing NetBeans modules. Overall this is a well-written book with clear explanations and examples.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
4.0 out of 5 stars Sofar, O'Reilly books never disappointed me., March 18, 2006
By 
This review is from: NetBeans: The Definitive Guide (Paperback)
Sometimes I wish, I had all of the O'Reilly books on my shelf. "NetBeans The Definitive Guide" is a real asset to your bookshelf. IDE's are not that simple anymore. If you learn them by "hacking" you certainly do not learn the "hidden" features. Although I know Java well, this book helps to accomplish a development task faster. I like particular the chapters on Java Beans, Javadoc, XML, Extending NetBeans, Tuning Models. These are topics that require a book to help you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
5.0 out of 5 stars REAL DEFINITIVE GUIDE ON 'NETBEANS', January 26, 2003
By 
reviewer (Zurich, Switzerland.) - See all my reviews
This review is from: NetBeans: The Definitive Guide (Paperback)
NETBEANS: THE DEFINITIVE GUIDE is a well-organized book, whose informative chapters gave a good account of NetBeans Integrated Development Environment. With additional information for developers whose experience on open source development projects is marginal, this book benefits programmers who employ Java in software creation. Its expertly divulged details include a ramified analysis of NetBeans IDE vis-a-vis Borland's JBuilder.
The provided samples and examples assist readers in practising what they have learnt. This is clearly a definitive guide on Netbeans.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

NetBeans: The Definitive Guide
NetBeans: The Definitive Guide by Vaughn Spurlin (Paperback - October 15, 2002)
$44.95 $29.52
In Stock
Add to cart Add to wishlist