Friday, October 05, 2007

Out-of-the-box database notifications: JMX and Derby in Java 6

A very interesting article that shows how you can use Java DB's Java procedure mechanism, triggers, and JMX to build a very nice change-notification system to detect changes to your database.

http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/

1 comment:

Unknown said...

The project is highly de-coupled, as this was the original intent. It's written to be a wrapper for any Derby database.

If it raises interest, I don't mind placing the appropriate license comments and release it through some open-source mechanism.