|
org.openide.modules 7.35.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Module System API | |
|---|---|
| org.openide.modules | NetBeans is capable of being extended by pluggable modules providing additional functionality. |
Dependency.create now allows code name base where dot is followed by number (like org.apache.servicemix.specs.jsr303_api_1.0.0). This increases the inter-operability with OSGi bundles using such naming style.
Each module provides by default a token composed from its
code name base and fixed prefix:
"cnb." + getCodeNameBase()
from its getProvides()
method.
OnStart and OnStop
New, more efficient way to execute code on start and on shutdown of your module.
Places
Introduced a structured API for accessing well-known file locations.
Naming rules for module code name bases are now relaxed.
The name of a module can contain a Java keyword like
org.mysite.import.something, etc.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.modules 7.35.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||