Trace: » netbeans_basics
Table of Contents
Back to neurospy for developers
NetBeans tips
Java tips
- Logging: Display error messages to the user; Store debugging information
- Serialization: Store objects so they exist next time you open NetBeans
- Serial Java: You have to send commands to a serial port
How can my modules interact?
If you're developing in NetBeans, you may run into situations in which you define a new file type, you write a displayer for this file type, you make some GUI forms that allow the user to change what's in a file of this type, you add ways of saving files of this type etc. All this functionality is provided by different modules which need to communicate with each other. There are several ways of doing this.
Important Files
Questions left to answer:
- What do “Clean”, “Build”, “Run” and “Compile” mean?
- ant?
- what's build.xml?
- What are Nodes?
- What is a Suite vs Package vs module?
- and many others…