| 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. |
Comments (4)
Mar 07, 2007
Jae-Woo Park says:
Hi, using Sakai with JSP/JSF has been great. However, I'm trying to program a ...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.
Sep 21, 2007
Aaron Zeckoski says:
This is hard to do with any web technology really since the web is always a requ...This is hard to do with any web technology really since the web is always a request/response system originating with the browser. You would need to use AJAX to effectively poll the server but in an intelligent way.
Check out this tool for examples:
https://source.sakaiproject.org/svn/chat/trunk/
Sep 20, 2007
David Megill says:
How do you get the source for the maven2 sakai plugin? Once downloaded I assume ...How do you get the source for the maven2 sakai plugin? Once downloaded I assume it is built with m2?
Thanks,
Sep 21, 2007
Aaron Zeckoski says:
The maven 2 plugin source is here: https://source.sakaiproject.org/svn/maven2/tr...The maven 2 plugin source is here: https://source.sakaiproject.org/svn/maven2/trunk/
A compiled version is downloaded automatically when you build Sakai trunk (or 2.5+)