Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Programming Languages » Rich Client Programming: Plugging into the NetBeans(TM) PlatformJanuary 7, 2009  
Browse
Books
Computers
Electronics
Related Categories
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Client-Server Systems
Data in the Enterprise
Networking
Computers & Internet
Subjects
• General
Java
Programming
Computers & Internet
Subjects
• General AAS
Java
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Rich Client Programming: Plugging into the NetBeans(TM) Platform
Rich Client Programming: Plugging into the NetBeans(TM) Platform
Authors: Tim Boudreau, Jaroslav Tulach, Geertjan Wielenga
Publisher: Prentice Hall PTR
Category: Book

List Price: $49.99
Buy New: $37.45
You Save: $12.54 (25%)
Buy New/Used from $29.67

Avg. Customer Rating: 3.0 out of 5 stars(4 reviews)
Sales Rank: 453451

Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Number Of Items: 1
Pages: 640
Shipping Weight (lbs): 2
Dimensions (in): 9 x 6.9 x 1.3

ISBN: 0132354802
Dewey Decimal Number: 005.133
EAN: 9780132354806
ASIN: 0132354802

Publication Date: May 10, 2007
Availability: Usually ships in 1-2 business days

Similar Items:

  • Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications (Java Series)
  • Pro Netbeans IDE 6 Rich Client Platform Edition (Expert's Voice in Java)
  • Java Concurrency in Practice
  • Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)
  • Pro NetBeans IDE 5.5 Enterprise Edition

Editorial Reviews:

Product Description

The open-source NetBeans Platform is an extraordinarily powerful framework for building "write once, run anywhere" rich client applications. Now, for the first time since the release of NetBeans IDE 5.0, there's a comprehensive guide to rich client development on the NetBeans Platform.

Written for Java developers and architects who have discovered that basic Swing components are not enough for them, this book will help you get started with NetBeans module development, master NetBeans' key APIs, and learn proven techniques for building reliable desktop software. Each chapter is filled with practical, step-by-step instructions for creating complete rich client applications on top of the NetBeans Platform and plugins for NetBeans IDE.

Rich Client Programming's wide-ranging content covers

  • Why modular development makes sense for small, medium, and large applications
  • Using NetBeans to accelerate development and improve efficiency
  • Leveraging NetBeans productivity features, from the Component Palette to Code Completion
  • Leveraging NetBeans' modular architecture in your own applications
  • Implementing loosely coupled communication to improve code maintainability and robustness
  • Managing user- and system-configuration data
  • Building reloadable components with solid threading models
  • Constructing sophisticated multiwindow applications and presenting rich data structures to users
  • Adding user-configurable options
  • Integrating Web services with NetBeans desktop applications
  • Automating module updates and providing user help
Foreword by Jonathan Schwartz
Foreword by Jan Chalupa
Preface
About the Authors and Contributors
Acknowledgments

Chapter 1: Getting Started with the NetBeans Platform
Chapter 2: The Benefits of Modular Programming
Chapter 3: Modular Architecture
Chapter 4: Loosely Coupled Communication
Chapter 5: Lookup
Chapter 6: Filesystems
Chapter 7: Threading, Listener Patterns, and MIME Lookup
Chapter 8: The Window System
Chapter 9: Nodes, Explorer Views, Actions, and Presenters
Chapter 10: DataObjects and DataLoaders
Chapter 11: Graphical User Interfaces
Chapter 12: Multiview Editors
Chapter 13: Syntax Highlighting
Chapter 14: Code Completion
Chapter 15: Component Palettes
Chapter 16: Hyperlinks
Chapter 17: Annotations
Chapter 18: Options Windows
Chapter 19: Web Frameworks
Chapter 20: Web Services
Chapter 21: JavaHelp Documentation
Chapter 22Update Centers
Chapter 23: Use Case 1: NetBeans Module Development
Chapter 24: Use Case 2: Rich Unger on Application Development
Chapter A: Advanced Module System Techniques
Chapter B: Common Idioms and Code Patterns in NetBeans
Chapter C: Performance
Index




Customer Reviews:

1 out of 5 stars lots of information; very little context   October 30, 2008
  3 out of 3 found this review helpful

I read a lot of computer books. This is one of the worst I have ever read. While it does contain some good information, it is presented with very little context. That makes it very difficult to absorb. The other issue is that the material has become dated as the NetBeans Platform has been improved. Unfortunately there isn't an alternative to this book now. Maybe there will be in 2009.


2 out of 5 stars poor editing mars potentially useful book   October 29, 2008
  2 out of 2 found this review helpful

This is a book about how Netbeans, the application framework, works. Its intended audience is Netbeans framework users, people interested in frameworks generally and people who want to know how Netbeans works so they can, say, write plugins for it. Netbeans is mostly known for being a Java editor.

So what we have here is a book written about a technology by the people who created that technology. The worry for readers is there will not be enough editorial pushback against the experts to clarify their language; if they say "that's right" about something they wrote, then who is going to argue with them?

Unfortunately, that fear is well founded in this case. For instance, after a lengthy and rather abstract "manifesto" type chapter (chapter 4) on the (uncontroversial) benefits of modular applications and decoupling of abstraction from implementation, they introduce something called Lookup, which is, basically, a little database of keys and values, or, even more roughly, a "magic bag" of keys and values. Leaving aside the issue of whether Lookup is a Good Idea or not, the authors fail utterly in their illustrations of how and why Lookup is used to actually clarify its usage or purpose. The examples meant to clarify Lookup in Chapter 5 fail every test of good writing- they're chock full of references to Netbeans-specific classes and Netbeans-specific idioms that the reader could not possibly understand, unless of course the reader already understood the Netbeans framework, in which case, the chapter itself would presumably be moot. This is exactly the kind of thing a good editor should have caught.

Generally, the good point of this book is its written by the people closest to the technology, and is in that sense authoritative. The bad points are that such people are often terrifically bad at identifying what it is they understand that their readers don't, and crossing that chasm. The overall effect is, the authors sound didactic and overly repetitive, e.g. chapter 4, when they have a philosophical / architectural point they want to argue; they find too many ways to say simple things over and over.

On the other hand, when it comes to explaining the nuts and bolts of Netbeans, while they do give a good broad overview of its "parts", the more exacting task of transmitting clarifying details coherently, such that the reader could say after they've read the passage, "there, all that earlier abstract talk has been made concrete by a clear and forceful example, and I understand the technology,", well, that's the hard part of writing a book, and there they fail quite miserably.

Its get a star for its topic and another for its timeliness.



5 out of 5 stars No serious Java programming collection should be without   July 7, 2007
  1 out of 14 found this review helpful

Tim Boudreau, Jaroslav Tulach, and Geertjan Wielenga's RICH CLIENT PROGRAMMING: PLUGGING INTO THE NETBEANS PLATFORM covers the open-source NetBeans Platform, which can be used to build rich client applications - and it's the first guide for NetBeans IDE 5.0, so no serious Java programming collection should be without it. Java developers receive a guide to advanced NetBeans module development, using proven real-world ideas for building reliable desktop software.


4 out of 5 stars nifty extensions of Swing   May 15, 2007
  13 out of 34 found this review helpful

Java comes with a nice set of Swing widgets, that are generally easy to program. But sometimes extensive graphics coding in Swing leads you to find limitations in this default package, extensive though it is. What this book discusses is the next step. Using another large library built atop Swing. NetBeans.

There are several APIs that come with NetBeans. Along with classes that instantiate those APIs. The overall approach is to make things readily extensible and replaceable by you. Sometimes, this might be to have a loosely coupled system. Where different groups can contribute code for new modules, without having to rewrite the currently existing modules.

Of the NetBeans graphics classes, one immediate benefit is improved GUI layout management. The default layout managers that come with Swing are either limited or very awkward to use. NetBeans has a GUI builder that is as elegant as anything Microsoft has put out for its applications. (Some NetBeans fans would surely claim this NetBeans builder is much better.) A chapter on this builder has screen shots showing how you can drag and drop widgets to make any form based on Swing. Very intuitive to learn. And when you've stabilised on a form, the builder spits out a Java file that makes the form.

It should also be said that NetBeans is not restricted to graphics-type classes. Though perhaps these might be the ones that attract the most attention from some developers. In a broader context, the book also shows classes that let you get at the filesystem, where you can decouple to a large extent from the specifics of different filesystems.


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com