Finally! It's the last post of the series about a JavaFX application that reads a RFID tag and talks to a JEE application that is in the "cloud". Part 1: The Application Part 2: Reading RFID from Java Part 3: REST API and Security Part 4: The Client The JavaFX application This application aims to allow the user to input data from their RFID Tag and using a high level client(JAX-RS 2), access the data somewhere, which, in our case, is in Openshift . The initial screen of our application Application Structure Basically we have FXMLs, for each FXML we have a controller that interacts with the PersonService class: Brief explanation: In model package we simply have simply Java that represent our business, in this case information about people, so we have a Person class. *.fxml files are the view part of our application. These files can be opened in SceneBuilder for edition in a visual way. You can edit the fxml files directly as well... FXMLs ...
Blog about programming, client applications and intelligent use of AI. Talking about Machine Learning and AI before it was cool! We like to use JavaFX, Processing, Local execution of ML and LLM models and everything that is fun!