https://github.com/graceframework/grace-views
Grace Views
https://github.com/graceframework/grace-views
graceframework gradle-plugin groovy view-engine
Last synced: 3 months ago
JSON representation
Grace Views
- Host: GitHub
- URL: https://github.com/graceframework/grace-views
- Owner: graceframework
- License: apache-2.0
- Created: 2023-11-29T16:52:22.000Z (almost 2 years ago)
- Default Branch: 6.3.x
- Last Pushed: 2025-06-07T10:31:11.000Z (4 months ago)
- Last Synced: 2025-06-07T11:18:41.175Z (4 months ago)
- Topics: graceframework, gradle-plugin, groovy, view-engine
- Language: Groovy
- Homepage: https://graceframework.org/grace-views/latest/
- Size: 3.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/graceframework/grace-views/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework)
[](https://graceframework.org/grace-views/latest/)
[](https://x.com/graceframework)[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0-RC2)
[](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.11)# Grace Views
Grace Views provides additional view technologies to [Grace Framework](https://github.com/graceframework/grace-framework), including JSON and Markup views.
* JSON views allow rendering of JSON responses using Groovy's [StreamingJsonBuilder](https://docs.groovy-lang.org/latest/html/documentation/#_streamingjsonbuilder).
* Markup views allow rendering of XML responses using Groovy's [MarkupTemplateEngine](https://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine).
## Ducumentation
* [6.3.x](https://graceframework.org/grace-views/6.3.x/)
## Versions
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).
| Plugin Version | Grace Version |
|----------------|---------------|
| 6.3.x | 2023.3.x |
| 6.2.x | 2023.2.x |
| 6.1.x | 2023.1.x |
| 6.0.x | 2023.0.x |
| 5.2.x | 2022.2.x |
| 5.1.x | 2022.1.x |
| 5.0.x | 2022.0.x |## Links
- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Plugins](https://github.com/grace-plugins)