I also don't know why the backend-folder isn't in the zip files that you can download from qooxdoo-site. Anyway you will have to check-out current qooxdoo version from SVN. How? Just read "Obtaining from repository" here: http://qooxdoo.org/documentation/user_manual/requirements. Than you will have both: backend and frontend directory and all demo-test and demo-examples. I don't think XML is the best way to transport you data form server to client. And there is no examples how to do this(probably you will wright one?). Anyway in short: you send xml-string, parse it on the frontend side and extract your data. But IMHO the easier way to do this is to send array of objects(no need to parse). Your backend just send smth. like this: [ {'name':'John', '2name':'Comerfold', 'status':'newbie'}, {'name':'Sebastian', '2name':'Werner', 'status':'qooxdoo-guru'}....] - simple to iterate through and to work with.
Cheers, alex.d > Thanks for the reply, > > Apologies if these are dumb questions..... > > I am writing my backend in PHP. I don't have/can't find a backend > folder. I have installed both the build and SDK and neither has a > backend directory. Should I have this ? Do you know where I can > download it ? > > I was hoping I could build an XML document containing my data on the > server and pass it to the client, is this best practice ? > Is the alternative to use some other format that Qooxdoo understands ? > Does Qooxdoo contain an XML parser ? > > I am fairly new to Qooxdoo,PHP and Javascript so I was hoping to find > examples that I could easily reference, but I can't find anything that > takes an XML document and loads it into a table..... > > Thanks again for the help, > John > > ------------------------------------------------------------------------- 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
