Does MMBase fires any object change events. For example, if I have an article object and I made a change or update to the corresponding database table, does mmbase fires a change event?
Yes. In order to capture this change, you end to write a class that implements the org.mmbase.module.core.MMBaseObserver interface, and register that class with the corresponding builder using the methods addRemoteObserver or addLocalObserver.
Note though that the way observers work are a bit awkard and we may change this in the future.
-- Pierre van Rooden Mediapark, C 107 tel. +31 (0)35 6772815 "Never summon anything bigger than your head."
