Hi Andreas, On May 8, 2009, at 1:46 PM, Andreas Ecker wrote:
> Hi Siarhei! > >> It's really cool feature to provide such "visual tool" to create and >> update configuration files. >> But I think running a local server complicates things and it's not >> very handy. > > In fact people don't see much of such a local server, it's basically > built upon a module that comes with Python anyway. No need to setup a > web server of your own, if that is what you saw as complication. I know, I know... Thanks to Python's flexibility. I tried buildtool and saw that it ran own 'embedded' server. Actually it's ok for me but I believe that like-Titanium(like-AIR) app would be more convenient. Anyway, this a good idea to have such tool. > >> I just found one interesting project which could help on this - >> Appcelerator Titanium [1]. This an >> open source competitor of Adobe AIR. >> >> One interesting thing about Titanium that it has own Module API which >> allows extending application >> using Python/Ruby scripts and you can call them from JavaScript. >> [2,3] >> It's really powerful thing and what's >> exactly we need here. >> >> I played with Titanium and my qooxdoo applications worked great on >> this platform. >> >> Any volunteers on this? :) > > Yes, Titanium is quite cool, it is on our radar as well. Besides many > opportunities, this might also be an option for a future cross- > plattform > tool management. > > Would be great you could share your experience with Titanium. Maybe > some > wiki documentation or a project within qooxdoo-contrib could make > sense. > What do you think? We have a small Address Book for qxtransformer as sample on our site. It's really easy to integrate this application with Titanium (and what I did actually). It uses Google Gears to store all data and Titanium has own Gears installation inside. Actually only what to need to do is to write DBConnector class with specific Titanium-Gears code. If it's interesting for anyone I can write this implementation. Cheers, Siarhei > > TTYL, > > Andreas > > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
