Async RMI

The future of Java RMI

View project on GitHub

building

Pre requisite

  • Oracle JDK8.
  • Maven 3.

Downloading

You can download the sources as zip , tar.gz or you can clone the git repository.

mvn install will build the project.

Building the examples

from the example sub dir type mvn install

Alternativly you can get (or build) a Docker image with the dev env:

  1. sudo docker pull barakb/asyncrmi
  2. sudo docker run -i -t --name=asyncrmi barakb/asyncrmi /bin/bash
  3. git pull --rebase
  4. mvn install

back to index