Ricardo Marimon
Ricardo Marimon

Reputation: 10697

Notification framework for java

I'm in the process of developing a web application (java + jsp) that can send notifications to users. The user can subscribe to multiple events generated by the application and can choose to receive the messages associated with those events via multiple channels (email, sms, growl?, messenger); perhaps different messages through different channels; perhaps a daily message digest. Everything must be configurable by the user. Is there some framework that deals with this?

Upvotes: 3

Views: 3787

Answers (3)

Michael
Michael

Reputation: 29

Rmarimon, check out Boomerang Notification Framework from Fuel9. With some basic SQL skills you can quickly develop dynamic notifications (email, twitter, fax etc). Good luck!

/M

Upvotes: 3

Marcus Leon
Marcus Leon

Reputation: 56699

Take a look at Amazon Simple Notification Service (Amazon SNS). It was just released (in beta). Looks pretty cool.

Upvotes: 1

John
John

Reputation: 6805

Agustin sends to email and SMS via twitter. Probably not exactly what you're after, but it might work.

There's also the Sun Java System Instant Messaging, which is not free.

Upvotes: 0

Related Questions