In mysql
is there a way i can get notified about that a table has been updated with this much amount of rows ?
well i need to perform a task to update xml/json feed automatically whyen there is an update in the database .
i searched for few things like calling triggers ,calling a java method from mysql also get notification in python i have checked on SO but i was looking for an approach where less java work will be required to do .doing it from a servlet was an idea for me but doing it from mysql will be good..
any ideas guys ???