GitHub - code8/tapestry-boot: use tapestry framework with spring boot

Skip to content

Navigation Menu

Sign in

Appearance settings

Repository files navigation

The tapestry-boot library implements following features:

  • bootstraps tapestry framework inside embedded servlet container managed by spring-boot

  • provides injection of spring-services into tapestry-services

  • provides injection of tapestry-services into spring-services

To use tapestry-boot simple marks tapestry application module with @TapestryApplication annotation.

See DemoApplicationTests.