thrift/tutorial/java
jfarrell 102c600bbb Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST
Client: build
Patch: jfarrell

Fixing all the missing files and dist build issues that have been ignored.
2013-08-15 21:20:19 -04:00
..
src THRIFT-1084 Typo fixes 2011-03-04 13:35:05 +00:00
build.xml THRIFT-1735 integrate tutorial into regular build 2012-10-24 18:40:06 +00:00
Makefile.am Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST 2013-08-15 21:20:19 -04:00
README THRIFT-1735 integrate tutorial into regular build 2012-10-22 19:27:38 +00:00

Thrift Java Tutorial
==================================================
1) Compile the Java library

thrift/lib/java$ make
or:
thrift/lib/java$ ant

4) 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