wicketstuff-rome
Wicket integration with the ROME Java library for creating RSS/Atom feeds
See the ROME API Documentation for complete information on how to configure your RSS or Atom feeds.
Components
- Wicket FeedResource — Wicket WebPage extension for creation of RSS or Atom Feeds
- Wicket SyndEntryListModel — wicket component for consuming rss feeds and displaying info in your application
Maven2 Configuration
Add this to your pom.xml to automatically enable downloading of this project.
<repositories> <repository> <id>wicket-stuff-repository</id> <name>Wicket-Stuff Repository</name> <url>http://www.wicketstuff.org/maven/repository/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.wicketstuff</groupId> <artifactId>wicketstuff-rome</artifactId> <version>1.3-SNAPSHOT</version> </dependency> </dependencies>