R
rkj
Hi,
I have just started dabbling in applets and as a practise am trying to
develop a chat server and client. I am confused which technology to
use. I want it to be able to support a large number of users. On
searching i found three different ways to make the connection between
the chat server and the client:
1) HTTP: This will require a continuous polling which itself makes it
non appealing
2) RMI: I donot have much experience in it and have no idea about its
pro and cons
3) JMS: I have done some work in JMS using OpenJms but am not sure
whether it will work fine for large user base and accross firewall and
other such stuff.
Please suggest what is better. If some other way is better i am open to
that too.
Thanks,
rkj
I have just started dabbling in applets and as a practise am trying to
develop a chat server and client. I am confused which technology to
use. I want it to be able to support a large number of users. On
searching i found three different ways to make the connection between
the chat server and the client:
1) HTTP: This will require a continuous polling which itself makes it
non appealing
2) RMI: I donot have much experience in it and have no idea about its
pro and cons
3) JMS: I have done some work in JMS using OpenJms but am not sure
whether it will work fine for large user base and accross firewall and
other such stuff.
Please suggest what is better. If some other way is better i am open to
that too.
Thanks,
rkj