Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shred/commons-taglib

Taglib support for Spring
https://github.com/shred/commons-taglib

annotation-processor java-library spring taglib

Last synced: 7 days ago
JSON representation

Taglib support for Spring

Awesome Lists containing this project

README

        

# commons-taglib ![build status](https://shredzone.org/badge/commons-taglib.svg) ![maven central](https://shredzone.org/maven-central/org.shredzone.commons/commons-taglib/badge.svg)

Taglib support for Spring.

This software is part of the Shredzone Commons.

## Features

* Use Spring DI in taglib classes
* Inject tag parameters right into your class
* Auto-generate TLD file by using annotations in your taglib classes
* Requires Java 7 (up to v1.0: Java 6)

## Documentation

See the [online documentation](https://shredzone.org/maven/commons-taglib/) for examples.

## Contribute

* Fork the [Source code at GitHub](https://github.com/shred/commons-taglib). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://github.com/shred/commons-taglib/issues)

## License

_commons-taglib_ is open source software. The source code is distributed under the terms of [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl-3.0.html).