Hi all,
I have a Client-Server application based on
EJB’s (I use JBoss application server).
I implement some difficult (with long executing time)
calculating logic on server. User runs this logic from client.
I want to lunch this logic in background; User must
be able to continue work with application.
For executing this algorithm we run another thread;
and finish ULC roundtrip on Server.
Is it possible to send message to client after
executing algorithm? And how can I do it?
Best regards,
Vitaly Logvinchuk