https://github.com/bootique/bootique-tapestry
Provides Apache Tapestry integration with Bootique.
https://github.com/bootique/bootique-tapestry
Last synced: about 1 year ago
JSON representation
Provides Apache Tapestry integration with Bootique.
- Host: GitHub
- URL: https://github.com/bootique/bootique-tapestry
- Owner: bootique
- License: apache-2.0
- Created: 2016-06-21T17:57:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T13:22:46.000Z (about 1 year ago)
- Last Synced: 2025-04-19T18:03:28.260Z (about 1 year ago)
- Language: Java
- Homepage: http://bootique.io
- Size: 286 KB
- Stars: 6
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bootique/bootique-tapestry/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/io.bootique.tapestry/bootique-tapestry/)
# bootique-tapestry
Provides [Apache Tapestry](http://tapestry.apache.org/) integration with [Bootique](http://bootique.io).
See usage example [bootique-tapestry-demo](https://github.com/bootique-examples/bootique-tapestry-demo).
## Quick configuration:
Add the module to your Bootique app:
```xml
io.bootique.bom
bootique-bom
3.0-M4
pom
import
...
io.bootique.tapestry
bootique-tapestry55
```
Configure Tapestry module in your app ```.yml``` (or via any other Bootique-compatible mechanism). E.g.:
```yml
tapestry:
name: myapp # The name of the T5 app module. Default is "tapestry".
appPackage: com.foo # default base package for the Tapestry app
```
Tapestry app can use its own injection and modules. Additionally services defined in Bootique are available via Tapestry
injection.