thrift/tutorial/java
Jens Geyer 79f988c27a THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am)
Patch: Jens Geyer

Reverted makefile.am - tabs are not optional there
2014-10-03 20:42:54 +02: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-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