At your Service!

The Service class (javafx.concurrency.Service) may not only be used to keep the UI reactive on long duration tasks but can also be used to change the state of controls or keep UI in a reasonable state on short term actions. Recall that a Service is like a reusable Task. A Task can be executed once… Continue Reading At your Service!

MQTT.fx 0.0.3 released

Download latest binaries HERE. Most significant change: I have added a pane to show some status values of the broker: In v0.0.3 these $SYS topics are recognised (Tooltips are showing the descriptions): Version: $SYS/broker/version Build: $SYS/broker/timestamp Uptime: $SYS/broker/uptime Subscriptions Count: $SYS/broker/subscriptions/count Changeset: $SYS/broker/changeset Clients Connected: $SYS/broker/clients/active Clients Expired: $SYS/broker/clients/expired Clients Disconnected: $SYS/broker/clients/inactive Clients Maximum: $SYS/broker/clients/maximum… Continue Reading MQTT.fx 0.0.3 released