Video: Part 2 of an Introduction to the NetBeans APIs
Part 1 focused on the problem statement, the runtime container, and the Module System API. Now, in part 2, we will look at the next of the top 10 NetBeans APIs: the Lookup API.
Related Links:
- NetBeans Platform Homepage
- NetBeans API Javadoc
- Tim Boudreau's Selection Management Tutorial
- Geertjan's blog on Top 10 NetBeans APIs
Download for off-line viewing here.
- Login or register to post comments
- 8742 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)










Comments
mxb replied on Sun, 2008/11/16 - 6:51pm
Hi Geertjan
Many thanks for this second episode. I found it very helpful for understanding how service providers and dependencies are handled in the Netbeans Platform. I skipped that portion that dealt with the Java 6 ServiceProvider example, not having access to Java 6 at the moment. In any case perhaps it would be better for the screencast to present the Netbeans approach first and then have a brief comparison with the Java 6 approach in the closing section.
Michael