Intermediate Java Programming Final Project Template
- Maven
- Git
- JDK 24
mvn clean install
mvn spring-boot:run
mvn javafx:run
mvn spring-boot:run
Shared classes between Server, JFXClient, and WebClient modules.
The REST API server that exposes CRUD endpoints to clients and persists to database.
The JavaFX client application used to interact with the server via REST client.
The spring web client application used to interact with the server via REST client. Uses Thymeleaf templates for dynamic html pages.