how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?
how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?
От:
seetharaman jayaraman <seetharamanjkpt@gmail.com>
Дата:
how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?
thanks & regards
seetharaman. j
________________________________________________________
thanks & regards
seetharaman. j
________________________________________________________
Re: how to get notification in front end application when ever postgre DB table is modified, any tool, jar, api available?
От:
Thomas Kellerer <spam_eater@gmx.net>
Дата:
seetharaman jayaraman wrote on 15.03.2010 10:13: > how to get notification in front end application when ever postgre DB > table is modified, any tool, jar, api available? > thanks & regards > seetharaman. j Have a look at listen/nofify http://www.postgresql.org/docs/current/static/sql-listen.html Thomas