gorealis-v2/vendor/git.apache.org/thrift.git/tutorial/java
2018-11-27 18:03:50 -08:00
..
src Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
build.xml Upgrading dependency to Thrift 0.12.0 2018-11-27 18:03:50 -08:00
Makefile.am Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00
README.md Moving from govendor to dep, updated dependencies (#48) 2018-01-07 13:13:47 -08:00

Thrift Java Tutorial

  1. Compile the Java library

    thrift/lib/java$ make or:

    thrift/lib/java$ ant

  2. Run the tutorial:

start server and client with one step:

thrift/tutorial/java$ make tutorial

or:

thrift/tutorial/java$ make tutorialserver
thrift/tutorial/java$ make tutorialclient

or:

thrift/tutorial/java$ ant tutorialserver
thrift/tutorial/java$ ant tutorialclient