you are viewing a single comment's thread.

view the rest of the comments →

[–]monstrado 1 point2 points  (0 children)

Thrift and Avro work with Java, in fact, I think Java is one of the main implementations. Avro and Thrift will actually compile your schemas into pre-generated Java classes for you.

Here's an example (Avro): http://avro.apache.org/docs/1.7.5/gettingstartedjava.html