| There are many resources available to find additional information on creating NetBeans plug-in modules and NetBeans rich client applications. The information presented in this chapter is intended to give you enough information to get you started developing NetBeans plug-in module and NetBeans rich client applications. Additional information on creating NetBeans plug-in modules and rich client applications can found be found online. | Some of the links below are specific to module development support that was developed for NetBeans IDE 5.0. By the time you read this, there will probably be more features added to support module development and more documentation as well. | Basic Information http://platform.netbeans.orgProject home page for the NetBeans Platform http://platform.netbeans.org/tutorials/quickstart-nbm.htmlNetBeans IDE 5.0 Plug-in Module Quick Start Guide http://platform.netbeans.org/tutorials/nbm-paintapp.htmlNetBeans IDE 5.0 Rich-Client Application Quick Start Guide Tutorials and FAQs http://platform.netbeans.org/tutorialsTutorials for NetBeans Module (Plug-in) and Rich Client Application Development http://platform.netbeans.org/faqs/index.htmlNetBeans Developer FAQ http://www.netbeans.org/kb/faqs/licence.htmlNetBeans License FAQ http://wiki.java.net/bin/view/Netbeans/DeveloperDocumentationNetBeans Module & Platform Development Work-in-Progress Page Contributing http://www.netbeans.org/download/source_browse.htmlNetBeans source code repository There are many NetBeans plug-in modules in the contrib directory of the NetBeans source code repository. Looking at some of the existing plug-in modules in the contrib directory may give you some ideas on how to implement your plug-in module. You can access the contrib directory of NetBeans source at http://www.netbeans.org/source/browse/contrib. You can also download the contrib directory with the IDE's CVS support. (Set your CVS root to :pserver:anoncvs@cvs.netbeans.org:/cvs and specify the contrib module.) Mailing Lists nbdev@netbeans.orgthe NetBeans development mailing list, used by the developers of the NetBeans IDE and the NetBeans Platform dev@openide.netbeans.orgthe NetBeans APIs mailing list, used by developers who are creating plugin-modules for the NetBeans IDE and NetBeans rich-client applications |