Re: [qooxdoo-devel] JSF and Qooxdoo

2007-08-30 Thread miguel
Hi, I am trying to connect qooxdoo and JSF. I already managed to make several parts of Qooxdoo to become jsf components. I am using the same class hierarchy of qooxdoo to make JSF components. Each component basically has a renderer which writes the javascript for me. At the browser, I just type th

Re: [qooxdoo-devel] JSF and Qooxdoo

2007-08-30 Thread Siarhei Barysiuk
Hello, I thought about this when I used JSF in my project. I think it's not simple task to write integration JSF and qooxdoo but it would be really great solution for Java developers wihout doubt. There are 2 (AFAIK) ajax extesions for JSF: - ajax4jsf & RichFaces - ICEFces which provide possibilit

[qooxdoo-devel] JSF and Qooxdoo

2007-08-29 Thread miguel
Hi, I am trying to make some ajax components in JSF, mixing both qooxdoo and JSF to easily create rich pages. I would like to know if someone else have already tried it or have interest to try it. I would gladly share what I did so far. --