NetCAT 7.2: Open for Business

The NetBeans Community Acceptance Testing program (NetCAT) for NetBeans 7.2 kicked off today! This is an opportunity for community members to help make the NetBeans IDE even better, while meeting interesting people from around the world and learning a bit about how the NetBeans development and QA teams work. If you are interested in joining … Read more

Parsing Command Line Parameters

Using the Command Line Parsing API, it is possible to process parameters passed to your NetBeans Platform application via the command line. This article explores how it works. Read this excellent blog post by Geertjan which provided me with some of the information for this article. Also useful was the javadoc. NetBeans Platform 7.1 Code … Read more

Extensions and Deserialisation

When loading classes as extensions in a NetBeans Platform application, serialising the dynamically loaded objects is straight forward. However, deserialising them is not. 🙂 This article assumes that the reader is familiar with extension points. For more information on this topic, read the NetBeans Platform 7.1 Quick Start tutorial, the Lookup API javadocs and Toni … Read more