Hi Jairo! > /** 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? Are you really using Remote Procedure Calls (RPC) or rather low-level io.remote.Requests? Also, there's an RPC Server Writer Guide, so you might be interested in creating a Lua-based RPC server? See http://qooxdoo.org/documentation/0.8/rpc_server_writer_guide > > Jairo Souto wrote: > > > I had to keep the application under 0.7.3. I did not get it > > > translated to 0.8-released. > > > > But I'm interested in your problems migrating your app to 0.8. Do you > > have any details? Feedback from users is very welcome to be able to > > collaborate on improving migration support. > > When on my first try to translate 0.7.3 to 0.8 I got undefined from > qx.Class.getByName and saw the document size of the new generator, I > thought I was lost. Thomaz [EMAIL PROTECTED] showed > it was a configuration question. Then I have no migrating problem yet. Ok, so you say your initial problems have been solved? Are you running a 0.8 app then? If you've found any other problems during migration, please let us know to update the corresponding guide. Bye, Andreas ------------------------------------------------------------------------- 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
