| By Steve Maryka | Article Rating: |
|
| May 19, 2008 03:00 PM EDT | Reads: |
4,823 |
AJAX Push has always been an integral capability of the
ICEfaces framework, but for the longest time it was not a primary consideration
of the average technology evaluator. We always found this surprising, because
the impact that push can have on a web application is far more profound than

So if all push mechanisms are based on this low-level protocol
inversion, then how can they be fundamentally different from the developer's
perspective? With ICEfaces we have strived to provide a natural extension to
the JSF programming model in support of push style application development, and
have sheltered the developer from the low-level mechanics for AJAX-based push.
ICEfaces provides an application-level managed bean, the RenderHub, that
orchestrates push events within the JSF lifecycle. Basically, you define groups
of client sessions that need to receive the same push events, and register
those render groups with the hub. Some trigger point in application logic can
then request a render on a given render group, and the hub will make it all
happen. The hub is responsible for executing the render phase for each session
in the group, coalescing requests and maximizing throughput with multiple
parallel render threads. Furthermore, the RenderHub architecture supports
clustered deployments. This basic push architecture is illustrated below.

Published May 19, 2008 Reads 4,823
Copyright © 2008 Ulitzer, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Steve Maryka
Stephen Maryka is CTO at ICEsoft Technologies Inc., and leads the ICEfaces open source project. He has been involved in Java-based AJAX techniques since 2003 - a time before the term "AJAX" was even coined. Prior to joining ICEsoft, Steve was co-founder of AudeSi Technologies where he served as VP of Technology and led Java product development for Internet appliances. After AudeSi was acquired by Wind River Systems in 2000, he served as a principle technologist there until joining ICEsoft.
- Google's Innovative Yet Limited AJAX Environment: GWT
- The Business Value of RIAs: An Informal, Virtual Round Table
- AJAX, Flash, Silverlight, or JavaFX: Must We Choose?
- AJAX with JBoss Seam Session at AJAXWorld Conference & Expo 2007 East
- AJAX Solutions for the iPhone Webcast Live on SYS-CON.TV
- Web 2.0 / Enterprise Mashups Track at AJAXWorld Conference & Expo 2007 West
- ICEsoft's Web 2.0 Solution Integrates with JBoss Seam
- Front-End Engineers & RIA Experts Are Coming To AJAXWorld
- ICEfaces and Mobile AJAX for the iPhone at AJAXWorld Conference & Expo
- AJAX, Flash, Silverlight, or JavaFX...
- How the New ICEfaces Community Is Impacting Open Source AJAX
- ICEsoft Open Sources ICEfaces Enterprise AJAX Platform for Java EE






























Ulitzer content is offered under Creative Commons "Attribution Non-Commercial No Derivatives" License.
For any reuse or distribution, you must make clear to others the license terms of this work.
The best way to do this is with a link to this web page.
Any of the above conditions can be waived if you get written permission from Ulitzer, Inc., the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.