Hi. You mention C#, so I'll assume you're confortable with ASP.Net for the server side. Make an ASP.Net app, implement all atomic operations you want to use as web services callable from Javascript and use JSON instead of XML (there are some annotations, I don't remember them by heart, and there is some MS Ajax package which you need to install on the machine where IIS runs, or some other server-side library, to be able to parse and build JSON), include the script that qooxdoo's builder generates plus the script stubs that VS automatically generates in an otherwise empty default.aspx. This way, you can call the web services from qooxdoo code the same way you would call them from other Javascript, written inside VS. You don't need any additional tools. Plus, ASP.Net will handle authentication for you transparently, for both default.aspx and the web services calls. This completely and conveniently alleviates the need for a custom, qooxdoo-specific C#/ASP.Net RPC backend.
br, flj ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
