New features in ReduxFX 0.1 release – Part 2

As mentioned in my previous post, I added two important new features to ReduxFX 0.1. While the previous post focused on the ability to communicate with the outside world from ReduxFX application, this post focuses on the second new feature: the ability to write standard JavaFX components.

Concept of component architecture
A JavaFX component written with ReduxFX is assembled like a small ReduxFX application

Continue reading “New features in ReduxFX 0.1 release – Part 2”

New features in ReduxFX 0.1 release

Last week I released version 0.1 of ReduxFX, which added two important features to the library. Now ReduxFX has support for the development of UI-components and it is possible to communicate with external systems. In this post I will give a short introduction into the latter.

Concept of external communication with ReduxFX
The ReduxFX Updater sends commands to the Driver, which communicates with external components. Notifications are sent back via Actions.

Continue reading “New features in ReduxFX 0.1 release”