Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

chat server using ejb

  Asked By: Francisca    Date: Mar 17    Category: Java    Views: 1235
  

i want to create a chat server similary to yahoo user
room.using j2ee.but i get a problem.the server as to retain all
clients information(ip adress etc).and server receives a message it
has to send to other clients(by itself.reciver client does not know
when the msg comes.so it does not send any request).
we any one as idea of how server can send inforamtion to
client(without client request).it will be of great help.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Caitlin Brown     Answered On: Mar 17

You can use JMS to provide asynchronous delivery of messages.

 
Answer #2    Answered By: Mamie Wallace     Answered On: Mar 17

for J2EE standarts it is named to be JMS for async. messaging.
but the best and the accurate or efficient chat  program u 'll write, only
possible with
soket programming in java.

 
Didn't find what you were looking for? Find more on chat server using ejb Or get search suggestion and latest updates.




Tagged: