I'm not Grails programmer, but why not use Grails to only receive and reply JSON string ? So, the frontend would be classical powerfull qooxdoo app that just talk using JSON to a Grails backend. The only module to seek for would be a GrailsRPC written in Grails plus a way to serialize/deserialize JSON into Grails.
I think Java can call Grails ... so it can be a JavaRPC backend that only redirect to Grails business layer. In that last case, all the work is already done (JavaRPC + JSON <-> Java serialization) , you just have to write business things in Grails. On Aug 20, 2009, at 12:02 , thron7 wrote: > Can you get a static HTML page from Grails? Then you can generate a > build version of the standard Hello World skeleton of qooxdoo, and put > it under the DocumentRoot, and it should run as well. You can then > go on > and dig into ways to request dynamic content from Grails, and > integrate > it in your qooxdoo app. Bear in mind, though, that you are not > interested in page changes, in case Grails sends complete pages back, > but rather in data you will evaluate in your qooxdoo client, using > e.g. > qx.io.remote.Request. > > T. > > Elsner, Robert wrote: >> >> Has anyone used Grails with QooXdoo? I'm new to Grails and having >> issues getting symlinks setup and paths, and getting jetty to >> recognize the correct URL... I've been snooping around for pointers >> but haven't found much. >> >> Thanks in advance, >> Rob >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports >> 2008 30-Day >> trial. Simplify your report design, integration and deployment - >> and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
