Java Shell RPC
 
What is Java Shell RPC ?

JSRPC is a simple way to create shells to call Java methods. It can be used locally or remotely. JSRPC implements a new way to do RPC similar to shell calls.

JSRPC in itself can do nothing. It is intended to be integrated to create Java shells or web services based RPC. Some samples can be downloaded with the code.

You need maven2 and jdk 5 in order to build this project.
The following command will build the project:

maven package

Download

JSRPC is an open source project (license) and is hosted in source forge. The sources can be downloaded from there.

Developers

Any contribution is welcome. Please contact me at sources[AT]fisoft1.com



Documentation

Quick introduction: here