Does anyone know of a java library or JSP Web Application that can do the following...
- Subscribe to an RSS feeds
- Manage User Email Subscriptions to certain events in the feed. (add/remove)
- Notify the users as the feed come in through the feed
Example: User A wants to be notified on all news related to "technology" from the Google News RSS feed to [email protected] User B wants to be notified on all news related to "education" from the Google News RSS feed to [email protected] User A wants to be notified on all news related to "technology->Apple" from the Google News RSS feed to [email protected] And [email protected]
Thanks