Good day! I am developing an application that uses java and mysql as back end. My problem is, I want the application to be notified when changes to the database occurs, like an insert/delete/update to the record. I google this many times and found some answers like using JMS and others. I need some help how to obtain this functionality.
Asked
Active
Viewed 523 times
-2
-
http://stackoverflow.com/questions/5668679/does-mysql-permit-callbacks-in-c-such-that-when-a-change-happens-i-can-be-notif – Jonathon Reinhart Jul 17 '12 at 03:30
-
As is, your question is too broad. SO is for solving specific problems, not end-to-end solutions. – OMG Ponies Jul 17 '12 at 03:30
-
http://stackoverflow.com/questions/7220697/mysql-callback-is-there-such-a-thing – Jonathon Reinhart Jul 17 '12 at 03:30
1 Answers
1
User mysql trigger in your database.If you do not use trigger, learn here.

Sai Ye Yan Naing Aye
- 6,622
- 12
- 47
- 65