Hello,

 

I have an application where the server implementation will be EJB and the client will be a standalone java application. The number of clients at any point of time will be around 10,000 connecting to the server over internet. The data exchange between the client and the server is very high – both pull and server push is possible. What are all the ways to implement server push mechanism from an EJB?

 

My understanding is:

 

 

Is there any other standard mechanism / pattern available for these type of applications? 

 

The way I would implement this is through JMS, make the server publish to a topic and all clients listen to it. IMHO that makes the most sence for waht you want to do.

 

Regards,

-Anand N.

=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

this message contains information that may be privileged and confidential. unauthorized use, disclosure, dissemination and/or copying are strictly prohibited. if you are not the intended recipient, please delete this message and any attachments and notify us immediately. please do not copy this message or disclose its contents to anyone. thank you.
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to