Ajax Push 和实时的 Web 协作库 ICEpush

ICEpush是一个 Ajax Push 和实时的 Web 协作库,可与包括 jQueryPrototype 以及一些流行的 Java 框架配合使用,包括:SpringGWT 以及 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.

你可能感兴趣的:(Ajax)