Payara Platform

Server Extensions

Payara Server Community Edition allows plugin extensions to expand the features of the server’s runtime. This is a way of keeping the Community Edition more compact, and allowing these extensions to be developed and released quickly without being forced into the Community release cycle. This also makes it much easier to extend the server functionality and provide additional features.

Currently, the following extensions are provided:

gRPC Support

The gRPC Support module allows web applications to define gRPC services which can be consumed by client applications.

Back to Top