Eclipse
Eclipse is a complete IDE for software development.
Eclipse for developers
Download Eclipse from http://www.eclipse.org/downloads
See also:
Import DHIS 2 projects into Eclipse (for developers)
- Go to scm/trunk/dhis-2 and type 'mvn clean install eclipse:eclipse -Dtest=skip'. (Building is required for the following step to work. Tests are skipped to save time.)
- Go to scm/trunk/dhis-2/dhis-web and type 'mvn clean eclipse:eclipse'.
- Start Eclipse and select Import -> General -> Existing projects into workspace.
- Set scm/trunk/dhis-2 as the root directory and you will get all the projects.
Resources
Tutorials
Books
O'Reilly
Other