australis/vendor/git.apache.org/thrift.git/tutorial/java
2018-10-23 23:32:59 -07:00
..
src Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
build.xml Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
Makefile.am Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07:00
README.md Checking in vendor folder for ease of using go get. 2018-10-23 23:32:59 -07: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