Callback by java application in J2ee Server

Hi all

I need to pass the client reference in a java application(Not web app) to thebean,whether it is session, entity or message, and allow the bean tocallback the client(by invoking the method located at the client side or another mean) when some event is happened. Is it possible? and how to do it?

[360 byte] By [ itsstanley] at [2007-9-26 17:14:02]
# 1
Look at the JMS API. Subscribing to a topic is the only way I have found to do what you want to do.Let me know if you find something else!
llturro at 2007-7-2 21:59:48 > top of Java-index,Other Topics,Patterns & OO Design...