users@glassfish.java.net

AW: Remote Asynchronous Calls and Response

From: Mohamed Maza <mohamed.maza_at_objectiveit.de>
Date: Wed, 27 Jul 2011 15:22:40 +0200

Hi,

thanks for the very informative post. I have resolved to use Websockets for this task, which is very similar to your suggestion to use Ajax.
But this makes writing unit tests not so trivial...

Regards,

Mohamed Maza

Von: Martin Gainty [mailto:mgainty_at_hotmail.com]
Gesendet: Mittwoch, 27. Juli 2011 13:16
An: users_at_glassfish.java.net; Users GlassFish.dev.java.net
Betreff: RE: Remote Asynchronous Calls and Response

There are 2 possible answers..one is to implement an EJB callback handler
http://kickjava.com/src/com/sun/enterprise/tools/verifier/tests/appclient/AppClientCallbackHandler.java.htm
http://glassfish.sourcearchive.com/documentation/2ur2-b04/ApplicationClientDescriptor_8java-source.html

*the action will notify <n> listeners of an event when attributes of a monitored EJB resource changes*

the other answer configures client to provide a JS callback to the back end servlet
where the servlet will asynchronously notify the clients JS callback (when there is a output result to report on)
this mechanism of exchanging XML data Asynchronously is labelled 'Ajax'
http://www.oracle.com/technetwork/articles/javaee/ajax-135201.html

Read both to understand which answer best applies to your situation.

Ping back if you have any questions.
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.


> To: users_at_glassfish.dev.java.net<mailto:users_at_glassfish.dev.java.net>
> Subject: Re: Remote Asynchronous Calls and Response
> From: forums_at_java.net<mailto:forums_at_java.net>
> Date: Tue, 26 Jul 2011 18:31:31 -0500
>
> Why don't you just use Future.get() -may be with a timeout, not to wait too
> long, then repeat - to check the result on the client side?
>
>
> --
>
> [Message sent by forum member 'mvatkina']
>
> View Post: http://forums.java.net/node/826162
>
>