From the book lists at Adware Report:

All information current as of 21:57:27 Pacific Time, Thursday, 10 March 2005.

NetBeans: The Definitive Guide

   by Tim Boudreau / Jesse Glick / Simeon Greene / Jack Woehr / Vaughn Spurlin

  Paperback:
    O'Reilly
    15 October, 2002

   US$29.67     

   Usually ships in 24 hours

Click the button below to . . .

    
(which will add the book to your Amazon U.S.A. "Shopping Cart")

. . . or use your browser's Back button to return to the search-list page.

Editorial description(s):

From Book News, Inc.
Written for experienced programmers, this guide introduces the NetBeans open source integrated development environment (IDE) for writing Java code and packaging JavaBeans. The 28 chapters explain the syntax-coloring source editor, GUI development, the role of XML, the open APIs, the internals of the running IDE, building a mail reader, and tuning modules for performance. Five of the chapters demonstrate the creation of a mini-composer module.Copyright © 2004 Book News, Inc., Portland, OR


Book Description
In NetBeans: The Definitive Guide, you'll find out how to use this IDE to its fullest, making your Java programming more efficient and productive than ever before. You'll understand the basics of the IDE, and quickly be utilizing the various editor and explorer windows. You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework. In addition to teaching you how to use the existing features of NetBeans, this work goes on to cover developing additional modules for NetBeans. Through this instructional portion of the book, you will master the NetBeans APIs, and learn how to enhance NetBeans for your own specific needs. Whether you need to add customized behavior to handle your proprietary file formats, or want to redistribute NetBeans as a proprietary product, NetBeans: The Definitive Guide will allow you to master this open source IDE and all of its advanced features. Whether you are an enterprise developer looking for an IDE that can handle your complex program tasks, an open source developer looking to integrate NetBeans into your own visual projects, or a manager trying to maximize your team's development potential, NetBeans: The Definitive Guide is the book for you.





Reader review(s):

Enough! or Too much, May 14, 2003
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.

Netbeans, September 28, 2003
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.

Paradigms, metaphors, nodes and objects, February 15, 2004
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.

A complete and worthwhile reference, May 22, 2004
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.

clear explanations and examples, April 8, 2003
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.

The only available resource, February 17, 2003
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!

Outstanding, in the best O'Reilly tradition, December 15, 2002
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.

REAL DEFINITIVE GUIDE ON 'NETBEANS', January 26, 2003
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.

It's a good book, but Eclipse is a better open-source IDE, August 4, 2004
At first, I thought that this book was a good book. It covered a free open-source IDE for Java and I wanted to learn to program in Java. I met a professional Java who was going to the Sun One Conference in San Francisco and he recommended Eclipse. I tried Eclipse and I think that it's much better than NetBeans. I first started to dislike NetBeans when it used tilde characters in my pathnames, which made them unreadable. I tried Eclipse and so far I love it. I'm selling my NetBeans book.

Available Online, February 1, 2005
A great book for leveraging the most out of your Netbans installation. Perhaps a bit too detailed for the average programmer. Just wanted to point out that the book is available online in pdf format[...]


{end of page}

(Page code from the SEO Tools, Toys, and Packages site)