/rfid-javafx

A JavaFX application that shows how to read a RFID tag and access a REST Web Service to register and read people information.

Primary LanguageJava

JavaFX App and RFID

An application responsible to read a RFID tag and interacts with a secured REST WEB Service to change data related to the RFID tag.

The project is divided in a Java EE application named people-management which can be found in the web-module directory and a JavaFX client application which can be found in the client-module directory.