Can two JSP pages chat ?

Can two JSP pages chat ?Do we have to use server client concept.Or we have to use tomcat to work as......?Please give me some good answer if possible.thanksVijendra
[206 byte] By [vj_makera] at [2007-10-2 23:58:13]
# 1
Using Ajax it is very possible. Otherwise you would have to do stuff like autorefreshing the page every 5 seconds to get updated messages.
gimbal2a at 2007-7-14 16:45:15 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

> Can two JSP pages chat ?

Yes. As previous poster said, AJAX can be used to do it.

>

> Do we have to use server client concept.

Yes. AJAX uses JavaScript to make a bunch of small requests to the server which can be used to send and retrieve information for the chat.

> Or we have to use tomcat to work as......?

... as what? A server? Yes.

>

> Please give me some good answer if possible.

>

> thanks

> Vijendra

stevejlukea at 2007-7-14 16:45:15 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...