Skip to content
Julien Silland edited this page Dec 8, 2013 · 3 revisions

Piezo is an RPC framework for Java which is based on Protocol Buffers. Its goal is to leverage as much automation as possible through the use of Maven and to leave as much boilerplate code out of your application.

Piezo taps into the protobuf IDL for defining services, then generates all the boilerplate code needed to surface and access that service, all in a type-safe and automated fashion. You pay a one-time fee for integrating and then get a free-ride for as long as you want.

Learn how to integrate Piezo into your build and how to implement, surface and access your first service.

See how the same service implementation may be surfaced and accessed over a variety of transports and encoding.

The code generation process is documented here.

Read: What Piezo is not.

Clone this wiki locally