thrift/lib/java
2009-02-05 00:24:42 +00:00
..
src/org/apache/thrift THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods 2009-02-03 00:49:25 +00:00
test java: Added SerializationBenchmark.java, helper class for performing tests on protocols. 2009-02-05 00:24:42 +00:00
build.xml THRIFT-253. java: Enhance FieldMetaData 2009-01-29 01:51:08 +00:00
COPYING Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
LICENSE Thrift: Whitespace cleanup. 2008-02-06 22:18:40 +00:00
Makefile.am THRIFT-289. test: "make check" no longer runs the Java tests 2009-01-29 21:31:25 +00:00
README READMEs and DOCs and ant tasks, oh my 2007-03-06 00:06:27 +00:00

Thrift Java Software Library

Author: Mark Slee (mcslee@facebook.com)
Last Modified: 2007-Mar-05

Thrift is distributed under the Thrift open source software license.
Please see the included LICENSE file.

Using Thrift with Java
======================

The Thrift Java source is not build using the GNU tools, but rather uses
the Apache Ant build system, which tends to be predominant amongst Java
developers.

To compile the Java Thrift libraries, simply do the following:

ant

Yep, that's easy. Look for libthrift.jar in the base directory.

To include Thrift in your applications simply add libthrift.jar to your
classpath, or install if in your default system classpath of choice.

Dependencies
============

Apache Ant
http://ant.apache.org/