Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 398
Ricardo Marimon Avatar asked Nov 24 '25 12:11

Ricardo Marimon


1 Answers

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

like image 60
Michael Avatar answered Nov 26 '25 02:11

Michael