当前位置: 代码迷 >> Web前端 >> Ajax Push 跟实时的 Web 协作库 ICEpush
  详细解决方案

Ajax Push 跟实时的 Web 协作库 ICEpush

热度:773   发布时间:2012-08-30 09:55:54.0
Ajax Push 和实时的 Web 协作库 ICEpush

ICEpush是一个 Ajax Push 和实时的 Web 协作库,可与包括?jQuery、Prototype?以及一些流行的 Java 框架配合使用,包括:Spring、GWT?以及?Wicket?等。

例如在 JSP 中,下面是一些标签的主要功能介绍:

<icep:register> - Registers a JavaScript callback to executed when notified.
<icep:region> - Defines a <div> that will retrieve dynamic content when notified.
<icep:push> - Causes a notification to occur when page is loaded.
<icep:pushPeriodic> - Causes notifications to occur at a fixed interval.

  相关解决方案