Skip to content

Plugins, Not Glue

TPF gives teams structured extension points so cross-cutting needs do not leak into business flow code.

At a Glance

Clean Extensions · Implement persistence, caching, and other cross-cutting concerns as plugins.
Consistent Wiring · Generated adapters keep behavior aligned across roles and transports.
Strong Platform Base · Quarkus runtime and tooling stay available underneath TPF.

Use This When

  • Platform features keep duplicating across teams.
  • Core services are getting polluted with infrastructure logic.
  • You need shared extension patterns with predictable behavior.

Jump to Guides