| By Steve Maryka | Article Rating: |
|
| May 19, 2008 03:00 PM EDT | Reads: |
4,389 |
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,389
Copyright © 2008 SYS-CON Media, 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.
- Practical Approaches for Optimizing Website Performance
- SQL Anywhere Server and AJAX
- The Difference Between Web Hosting and Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- US Post Office Hops a Ride on NetSuite’s Cloud
- Gang of Four Creates Cloud BI Stack
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Confessions of a Ulitzer Addict
- AJAX World RIA Conference & Expo Kicks Off in New York City
- An Introduction to Abbot
- What is Web 3.0?
- AJAXWorld RIA Conference & Expo 2009 West: Call for Papers
- Interviewing Java Developers With Tears in My Eyes
- Adobe Enters Cloud Computing with LiveCycle
- REA Is Where RIA Becomes the Norm
- RIAs for Web 3.0 Using the Microsoft Platform
- Practical Approaches for Optimizing Website Performance
- Social Media Terrorists
- Building a Drag-and-Drop Shopping Cart with AJAX
- What Is AJAX?
- Google Maps! AJAX-Style Web Development Using ASP.NET
- Flashback to January 2006: Exclusive SYS-CON.TV Interviews on "OpenAjax Alliance" Announcement
- AJAXWorld Conference & Expo to Take Place October 2-4, 2006, at the Santa Clara Convention Center, California
- AJAX Sponsor Webcasts Are Now Available at AJAXWorld Website
- How and Why AJAX, Not Java, Became the Favored Technology for Rich Internet Applications
- "Real-World AJAX" One-Day Seminar Arrives in Silicon Valley
- AJAXWorld University Announces AJAX Developer Bootcamp
- AJAX Support In JadeLiquid WebRenderer v3.1

































