https://github.com/robertvazan/remorabindings
Java library that offers two-way data bindings that glue UI widgets to data sources in PushMode apps.
https://github.com/robertvazan/remorabindings
data-binding hookless pushmode
Last synced: about 1 year ago
JSON representation
Java library that offers two-way data bindings that glue UI widgets to data sources in PushMode apps.
- Host: GitHub
- URL: https://github.com/robertvazan/remorabindings
- Owner: robertvazan
- License: apache-2.0
- Created: 2023-09-19T15:22:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T18:33:32.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:25:03.896Z (over 1 year ago)
- Topics: data-binding, hookless, pushmode
- Language: Java
- Homepage: https://remorabindings.machinezoo.com/
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Remora Bindings
[](https://central.sonatype.com/artifact/com.machinezoo.remorabindings/remorabindings)
[](https://github.com/robertvazan/remorabindings/actions/workflows/build.yml)
[](https://codecov.io/gh/robertvazan/remorabindings)
Remora Bindings is a Java library that offers two-way data bindings that glue UI widgets to data sources.
Contrary to most other binding APIs, Remora Bindings does not offer any built-in change notification or reactivity
and instead relies on [transparent reactivity](https://blog.machinezoo.com/transparent-reactive-programming)
offered by libraries like [Hookless](https://hookless.machinezoo.com/).
More on [homepage](https://remorabindings.machinezoo.com/).
## Status
Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.
## Getting started
See [homepage](https://remorabindings.machinezoo.com/).
## Documentation
* [Homepage](https://remorabindings.machinezoo.com/)
There is no javadoc yet. See [source code](src/main/java/com/machinezoo/remorabindings) for available APIs.
## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).