Skip to content

grails-plugins/grails-rxjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e57d63 · Nov 27, 2017

History

57 Commits
Aug 9, 2017
Jul 26, 2016
Jul 26, 2016
Nov 26, 2017
Jul 26, 2016
Jun 23, 2017
Jul 26, 2016
Jul 27, 2016
Jun 23, 2017
Jun 23, 2017
Jul 26, 2016
Jul 26, 2016
Jun 23, 2017
Jul 27, 2016

Repository files navigation

RxJava for Grails

RxJava is a popular library for composing asynchronous and event-based programs by using observable sequences.

RxJava helps you build reactive applications and an increasing number of libraries take advantage of RxJava as the defacto standard for building Reactive applications.

In GORM 6.0, a new implementation of GORM called RxGORM has been introduced that builds on RxJava helping you building reactive data access logic using the familiar GORM API combined with RxJava.

This plugin helps integrate RxJava with the controller layer of Grails to complete the picture and enable complete end-to-end integration of RxJava with Grails.

Installation

To install the plugin declare a dependency in build.gradle:

dependencies {
    ...
    compile 'org.grails.plugins:rxjava:{version}'
}

Where {version} is the version of the plugin.

Documentation

For further information see the the User guide.