General-purpose, object-oriented and concurrent computer programming language.
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.
In order to create a basic JSF web application template, run:
$ da crt java jsf -n <app_name>
In order to create a simple Maven project, run:
$ da crt java maven -n <project_name>