Cafe Feedback
Please leave any comments about the Sakai Programmer Manual or the Cafe site or Sakai programming issues you are having trouble with and we will do our best to help. If you have comments about the Vancouver Bootcamp, please leave them on the Vancouver Bootcamp Feedback page.
Hi, using Sakai with JSP/JSF has been great.
However, I'm trying to program a Chat room, and there are some things I could not do like;
1. Updating the screen when the other user writes a message.
2. Notifying the user when the other user logs in.
3. Inviting the other user.
Fundamentally, I think it's because JSP/JSF is more of a 'pull (from the server)' method rather than 'push'. Is there a way to implement the Chat room using JSP/JSF?
Thanks in advance.