gorealis/vendor/git.apache.org/thrift.git/tutorial/java
Renan DelValle 03278a882b
Moving from govendor to dep.
Vendor folder has been deleted. Use dep to regenerate vendor folder.
2018-01-02 16:59:08 -08:00
..
src Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
build.xml Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
Makefile.am Moving from govendor to dep. 2018-01-02 16:59:08 -08:00
README.md Moving from govendor to dep. 2018-01-02 16:59:08 -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