Creating a background messaging process, to alert users webs

Posted by Admin on 26-Jun-2009 20:31

So here is the scenario:


i want to create a background service (most likely
jsp servlet), that when a progress batch process finishes it will fire a call to the servlet then make a call to a .js script embedded on every webpage on our webserver.


This will then allow me to invoke an AJAX
popup message on the current page alerting the user that the batch process has finished.


Essentially, its a background messaging service.


How would i go about doing this. I have extensive java knowledge, but putting this to use with the progress system is where
im lost.


Specs:

We are using a
SunONE webserver.

Running OE 10.2A

All Replies

This thread is closed