Directory

← Back

Rx4Vaadin Add-on

Add-on for integrating reactive programming with RxJava 2 in Vaadin

Author

Contributors

Rating

This is a small add-on for integrating reactive programming using RxJava 2 with Vaadin 8. The add-on provides utility methods for creating observables from buttons and other components that generate events and methods for subscribing components to observables. Additionally, there is a data provider for collecting values from observables. The data provider can be used directly to connect observables to e.g. grids and charts.

The Github repo (see Source Code link) contains a demo that demonstrates how this add-on can be used to create a simple dashboard app where data from a data source is visualized using various Vaadin UI components (including Vaadin charts).

The add-on is inspired by RxVaadin. However, this add-on uses the new cool features of Vaadin 8, as well as a new version of RxJava.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2017-04-01
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.0+
Browser
Browser Independent
Online