Posted By:
Christopher_Koenigsberg
Posted On:
Tuesday, May 28, 2002 06:44 AM
Have a trigger on INSERT or UPDATE or DELETE in the database table, which calls a stored procedure, which invokes a servlet URL by HTTP (or a Web Service via SOAP over HTTP), and this invoked servlet is in the same application (servlet context) as your other main servlet, and it updates the hash table which is maintained as an attribute of the servlet context.