Skip to content

Cargotracker RegisterApp Client written in JavaFX

License

Notifications You must be signed in to change notification settings

yoedtos/cargotracker-regapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CargoTracker RegApp

The original DDD sample regapp is written in Swing and Spring.

This app is used for submitting handling events to the cargotracker core system (forked from eclipse-ee4j/cargotracker).

  • Rebuilding the whole UI with JavaFX
  • Using CDI(JBoss Weld) as IOC container
  • The communication between client and server is switched to Jakarta Restful Service(JAX-RS)

preview

Prerequisites

This project is developed against the latest Java and JavaFX.

  • Java 15+
  • Apache Maven 3.6.x

Build

Clone the source codes from Github, open a terminal and switch to the root folder of the project.

Execute the following command to build and run the application.

mvn clean compile exec:java

References

About

Cargotracker RegisterApp Client written in JavaFX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • CSS 1.4%