I have very unique requirement in my web apps. I have two web apps for eg. webapp1 and webapp2. In webapp1 we are gathering some info and pass it to webapp2. Webapp2 process this info and when complete, has to inform back to webapp1 that all data are processed either successfully or not. Now I know what if there is one web app then I can use dwr reverse ajax and it can send the update back to page. Can we use DWR in my scenario too? Also I dont want to broadcast message to all opened webapp1 instead to only webapp1(browser), who send data to webapp2.
I hope I have clearly explained the scenario
Thanks