frederic <[EMAIL PROTECTED]> writes: > I am a new french user of Qooxdoo ; I was looking for a widget library to > build web UI and my choice is Qooxdoo ; I have seen in a last SVN update > that you have committed "backend" files to apparently manage data with PHP > or Java throw JSON data exchange. Have you planned to write a document on > these backend features ?
Frederic, welcome! Yes, there will be more documentation on using Backends. There is already a Server Writer's Guide in the backend directory, which will tell you a bit about some of the internals of a backend, or help you if you want to write your own backend. For the moment, the best place to learn how to use the backend features is through the test programs in the directory frontend/demo/source/html/test. Look at RPC_*.html. > QxBuilder or QCX are recommended or not to make AJAX apps ? > What is the best choice to develop AJAX app in PHP with Qooxdoo ? QxBuilder allows defining the application with XML. You'll have to decide if you're more comfortable generating your application that way, or coding it in javascript. I'll let the people more familiar with QxBuilder give a more detailed response on this, particularly on whether/how QxBuilder supports the AJAX features. > The TOC in this page http://qooxdoo.org/documentation/howto looks very good > to help us to develop Qooxdoo UI. When have you planned to release this doc > on the web site ? have you planned to include the how-to manual in the SVN > repository with the API reference ? This is a work-in-progress, just started within the past couple of weeks. It is a community project. As you learn about qooxdoo, please write chapters of the HOWTO or fix any problems you find in it. We have a couple of people who have volunteered to work on the HOWTO and are adding segments. When the HOWTO will contain enough information to be useful depends entirely on the time available to the writers, and the number (and quality) of the writers. Cheers, Derrell ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
