ObjectsFX
Connect JavaFX Client Application to Server Backend. No Coding needed.
Most applications (desktop and mobile) connect to a server to display data or communicate with other users. Communication between server and client (the application) needs to be written manually by a backend Software Developer. This is done using protocols which facilitate sending data back and forth. When the data arrives at the client, it needs to be displayed. The frontend Software Developer has to write this code.
When using ObjectsFX all of this manual work is not needed anymore. It will automatically connect the server with the client and display the data on the client automatically.
The advantage for the Software Developer is that data (on the server) is connected to the User Interface automatically. Userinterface will keep synchronized with the server.
No need to hand code user interfaces. The UI is automatically created based on a set of rules which describe which data (objects) have to be shown.
The User Interface Widgets which are used to construct the user interface are fully customizable.
No need to manually create the communication protocol from server to client like REST or gRPC. The Client connects automatically to the Server and has always the latest data available.
Desktop (Windows, macOS, Linux), Mobile (Android, iOS) and Embedded Devices