pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

Implement Java-to-Pushy bridge #20

Closed axw closed 12 years ago

axw commented 12 years ago

Support connecting to a remote machine through Pushy, from a Java program.


Imported from Launchpad using lp2gh.

axw commented 12 years ago

(by axwalk) Added the "java" directory, with an Ant file for building pushy.jar, which contains all that is needed to create a Pushy connection from a Java program.

This is an initial commit only: the Java client will be extended over time. In particular, the module mapping will be expanded.