Hi Mario, IMHO you can use all layers of qooxdoo in a mobile application as well, expect the qx.html.*, qx.ui.*, qx.theme.* branches[1]. So you can use the same code base or share your desktop app as library to the mobile view. Mostly you just need to use mobile UI elements and customized view controller on top of your present layers (e.g. IO, business logic, utils, models, controller). [1] http://manual.qooxdoo.org/current/pages/mobile/mobile_overview.html#differences-to-desktop-widgets
Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe -----Ursprüngliche Nachricht----- Von: mario_qooxdoo [mailto:[email protected]] Gesendet: Dienstag, 13. August 2013 00:18 An: [email protected] Betreff: [qooxdoo-devel] Mobile reader app for Qooxdoo desktop Hi, We developed a Qooxdoo desktop application to read/modify a Postgres SQL database with qx.io.remote.Rpc() and it works very well. Now we want to develop a mobile app (ios and Android) to query that database with Qooxdoo mobile. Basically is send key word for the query, receive a JSON array to a list and an html text to an embed.html on selection of one of the result. Is there something similar to an rpc call for mobile? Seem that would violate the same origin policy. M Elward Aedhelweard Technologies -- View this message in context: http://qooxdoo.678.n2.nabble.com/Mobile-reader-app-for-Qooxdoo-desktop-tp7584347.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
