thrift/tutorial/java
Konrad Grochowski 3b115dfa61 THRIFT-727 - C++: what() method of generated exceptions will provide more information
Patch: Anna Dymek <aadymek@gmail.com>
Client: C++

This closes #469
2015-05-18 19:47:23 +02:00
..
src THRIFT-727 - C++: what() method of generated exceptions will provide more information 2015-05-18 19:47:23 +02:00
build.xml THRIFT-2830:clean up ant tutorial warnings 2014-11-15 22:21:36 -08:00
Makefile.am THRIFT-2768: Whitespace Fixup 2014-10-03 20:42:54 +02:00
README.md format tutorial Java README.md 2014-06-24 16:06:32 +02: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