-
- Organizations involved and roles
-
-
- Understanding the code base
- Application architecture
- Domain objects
- Other design topics
Go to Netbeans downloads and select latest version of “Netbeans with Java SE”. Once the file is downloaded, run the installation wizard.
Start Netbeans.
Open the Tools > Options dialog, and set the options as illustrated below for the “Editor” options:
Since Sigmah is maven-based, Netbeans can automatically open it. Just click on “Open project” and select the directory containing the pom.xml
file (this is where you made your git clone
).
If you're more comfortable with your IDE, you can create the project and clone the source from it. For example, with Netbeans:
Congratulations! You have your Sigmah developer environment fully configured with Netbeans!
Below are just a few other Netbeans configuration improvements to make you life a little bit easier with coding Sigmah with Netbeans.
\u00e9
) management: Sigmah uses lower case Unicode escape characters. So when editing a properties file which has Unicode escape characters, you can use the command “Convert unicode chars to lowercase” available in the context menu. This command has to be installed through the plugin “Change case of unicode characters”.