Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shred/commons-taglib
- Owner: shred
- License: lgpl-3.0
- Created: 2013-10-24T17:44:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T16:52:31.000Z (almost 6 years ago)
- Last Synced: 2024-12-25T19:49:52.487Z (15 days ago)
- Topics: annotation-processor, java-library, spring, taglib
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-LGPL.txt
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).