/thrift-java-boilerplate

Proper template with Apache Thrift integration on Maven

Primary LanguageJavaMIT LicenseMIT

Build Status

thrift-java-boilerplate

Proper template with Apache Thrift integration on Maven

  • service-interface contains the Thrift specification file, which is automatically compiled into Java files
  • service-handler contains an implementation of the service interface
  • server starts a simple server on port 9090 backed by the service-handler interface
  • servlet is a webservice servlet backed by the service-handler interface
  • client is a simple Java client that can connect to server/servlet