ICEfaces and RichFaces in one project
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEfaces and RichFaces in one project  XML
Forum Index -> JBoss Seam Integration
Author Message
oneworld95

Joined: 16/07/2008 00:00:00
Messages: 6
Offline


Hi. Can ICEfaces and RichFaces be used together in the same Seam application or do we always have to choose one or the other?
oneworld95

Joined: 16/07/2008 00:00:00
Messages: 6
Offline


I found some info saying that one uses the Servlet Filter while the other uses the Servlet, and thus the two cannot co-exist in the same project.
jguglielmin

Joined: 20/07/2007 00:00:00
Messages: 181
Offline


Richfaces is a component suite. ICEfaces, while also containing a suite of ajax-enabled components, contains an ajax bridge. This bridge, along with the PersistentFacesServlet, is what allows the dom-dif technology to update only what has changed on the view page as well as ajax-push (COMET). Although ICEfaces allows 3rd party integration (using jsf-delegation), if the components have javascript clashes with the ajax bridge or the ICEFaces ajax-enabled components, then the integration doesn't go so well. (in other words....not recommended).

However, jsf2.0 specs allow for the use of the FacesServlet for both frameworks and the goal of this technology is to allow the combination of any ajax-framework to be used alongside another in the same application. Ted gave a demo of ICEfaces-2.0 at JavaOne last week. Unfortunately, the other ajax frameworks represented there (including RichFaces) were not ready so we can only assume the goal at this point.
 
Forum Index -> JBoss Seam Integration
Go to:   
Powered by JForum 2.1.7ice © JForum Team