The application is used for managing projects, tasks and employees.
Technologies used:
JSP API, Servlet API, JDBC (HSQLDB), JSTL.
Builder:
Gradle
Dependencies:
jdk 1.8
- Download project from git repository.
- Open console in root folder of the project
../task_manager - Build project:
- Execute command in console
gradlew clean build
- Execute command in console
- Start database server:
- Execute command in console
gradlew startDatabase
- Execute command in console
- Tables management:
- Open new console
- Execute command in console to create tables
gradlew createTables
- Start Tomcat server:
- Execute command in console
gradlew startServer
- Execute command in console