APIsupport New Features in NetBeans 6.0
Author: Petr Zajac
Last update: 26.07.2007
UI Specificatio: http://apisupport.netbeans.org/60-ui.html
Introduction: Please make familiar with basics of developing modules using apisupport. You need to know what is "platform" agains which you develop, etc.
Check:
- Explore META-INF/services (exported and and all) for standalone, module in suite and nb.org module
- Add new service from popup of explorer, the service is bold in all services view
- Mask service (delete action) - service is striked
- Delete registered service
- Adding and removing service in META-INF/services folder in sources
Test libraries Node
Check:
- Libraries node for standalone module, module in a suite, and nb.org module
- Add module
- Remove module
- Add, remove module by editing nbproject/project.xml
- Test Library customizer
- recursive dependecy checbox
- compilation dependency checkbox
- Include test module