- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
What is the best way to use Thrift in Scala?
Wed, 2012-01-18, 20:39
I'm going to be writing a large chunk of Scala code that is going to be using Thrift to communicate with Python and Java processes. I'd like the generated classes to be Scala case classes instead of the janky Java classes with setters and getters and nulls. Has this wheel already been invented?
https://github.com/twitter/sbt-scrooge I think someone recently started porting it to newer versions of sbt