Re: What is the best Ajax JSf framework to use?

2006-08-23 Thread Shekhar Yadav
Thanks everyone for input. but I am little confused. So there is no framework still that works completely out of box. I thought my requirements were most basic ajax requirements... regards, Shekhar Martin Marinschek wrote: Hold on, hold on. The PPR technology we devised for integration

Re: What is the best Ajax JSf framework to use?

2006-08-23 Thread Andrew Robinson
AjaxAnywhere and Ajax4Jsf both work out of the box. They have different strengths and weaknesses. Both are made for partial page refreshing, not any kind of AJAX API necessarily. Ajax4Jsf is geared more towards JSF and is dedicated to migrate to the JSF Avatar once it is released (where JSF

RE: What is the best Ajax JSf framework to use?

2006-08-23 Thread Jaya Saluja
I have added radio buttons to my application. Heres the code h:selectOneRadio layout=pageDirection f:selectItem itemValue=customers itemLabel=Customers/ f:selectItem itemValue=enabled_customers itemLabel=Enabled Customers / f:selectItem itemValue=disabled_customers

Re: What is the best Ajax JSf framework to use?

2006-08-23 Thread Andrew Robinson
In JavaScript or on the server? On 8/23/06, Jaya Saluja [EMAIL PROTECTED] wrote: I have added radio buttons to my application. Here's the code h:selectOneRadio layout=pageDirection f:selectItem itemValue=customers itemLabel=Customers/ f:selectItem

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Andrew Robinson
I have been using AjaxAnywhere and although like it, would recommend trying A4J instead. AA is limited in its functionality for custom components. It requries you to have SPAN elements in your HTML which can cause a lot of CSS pain if your UI is based on a lot of complex layouts. It is does not

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Gerald Müllan
I have had a look at A4J the last week, it looks really very promising! The main point i was aware of, is that it`s very easy to use. Maybe there is a lack of functionality because it is a young project, but i would prefer this one for ajaxing the next jsf-web-app. To my mind, 1.) should work

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Werner Punz
Gerald Müllan schrieb: I have had a look at A4J the last week, it looks really very promising! The main point i was aware of, is that it`s very easy to use. Maybe there is a lack of functionality because it is a young project, but i would prefer this one for ajaxing the next jsf-web-app.

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Matthias Wessendorf
Also a short note, Ernst Fastl is working on something similar as we speak, it will be called partial page rendering that name sounds familar... is the goal now double everything? and will be soon part of the tomahawk sandbox. (The first commit should be within the next two weeks) --

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Andrew Robinson
Double? Don't you mean triple, quadruple or maybe even quintuple? Between MyFaces, JSF-RI, Struts, Tiles, Shale, Shale-Clay, Facelets, JBoss-Seam, EJB3, Hibernate, Spring, AjaxAnywhere, Ajax4Jsf, Trinidad, Tobago, and others it is amazing that new developers even try to learn the technology

Re: What is the best Ajax JSf framework to use?

2006-08-22 Thread Martin Marinschek
Hold on, hold on. The PPR technology we devised for integration into tomahawk is server-side compatible with what Trinidad does (also what the user has to do to get it working and the developer interface is similar to Trinidad). The client-side is completely rewritten, but we hope that we will