C H A P T E R  3

The NetBeans Module System

The NetBeans Module System is responsible for managing all modules. This means it is responsible for tasks such as creating the classloader, loading modules, or activating or deactivating them. The NetBeans module system was designed using standard Java technologies, as much as possible. The basic idea for the module format originates from the Java extension mechanism. The fundamental ideas of the package versioning specification are used to describe and manage dependencies between application modules and applications of system modules.

Basic properties, such as the description of a module and the dependencies on another module, are described in a manifest file. This file uses the standard manifest ...

Get The Definitive Guide to NetBeans™ Platform 7 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.