April 2007
Beginner to intermediate
640 pages
13h
English
1. http://platform.netbeans.org
2. http://wiki.netbeans.org/wiki/view/NetBeansDeveloperFAQ
3. www.netbeans.org/books/rcp.html
4. www.netbeans.org/download/dev/javadoc/apichanges.html
1. Except for boundary conditions where it may never return, throw an exception, etc.
1. The DRY Principle—"Don’t Repeat Yourself”—is a general dictum in software design to keep only one copy of any given piece of data to avoid problems with keeping all copies up to date.
2. http://weblogs.java.net/blog/timboudreau/archive/2006/10/
1. Some convenience methods have been added to Lookup in NetBeans 6. There, this code can be written much more simply as Collection <? extends Foo> c = someLookup.lookupAll (Foo.class) ...
Read now
Unlock full access