Hi there, Am 11.11.2008 um 09:39 schrieb Andreas Ecker:
>> /** OFF TOPIC (and excuse my english) > > JavaScript is the language that unites. ;-) > >> We design systems here in an uncommon way, I believe. The QooXdoo >> RPCs >> are sent to mod_ssl Apache over https. An unique and short Lua >> (www.lua.org) CGI receives the call on its standard input, gets the >> script to run from PostgreSQL, runs it, translates its result to json >> and puts the result on its standard output. Apache responds to >> QooXdoo. All this because ssl was need and we did not know another >> way >> to get RPC under ssl. And besides, by keeping on the same sql server >> the Lua text scripts the system requires, we can develop then by the >> system itself. >> **/ > > Not a common setup to retrieve the actual backend code from a DB > first. > Anyway, I guess RPC over SSL should work. @Andreas, @Derrell, could > you > provide more info here and/or point to some docs? RPC over SSL has always worked for me. Just supply an https:// URL for the service (or use the auto-config stuff if your whole app works over SSL), and it should "just work" (TM). Regards, Andreas J. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
