Java

General-purpose, object-oriented and concurrent computer programming language.

Java assistants

DevAssistant provides several assistants for Java. If you run da command from command line, projects are created in current working directory. If you run da-gui, you can specify directories where the projects will be created.

Assistant for JSF application

In order to create a basic JSF web application template, run:

$ da crt java jsf -n <app_name>

Assistant for Maven project

In order to create a simple Maven project, run:

$ da crt java maven -n <project_name>