Hi Fabian, Oh very cool timing :) I'll see if I can't read the manual over the weekend and take a look at qxoo.
Cheers John -----Original Message----- From: Fabian Jakobs [mailto:[email protected]] Sent: 20 November 2009 9:58 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Using Qooxdoo core in a non-Web environment Hi John, it's interesting you come up with this right now. This week I was toying around with the idea to create a qooxdoo OO module for narwhal. Narwhal is a server side JavaScript engine, which implements the commonJS standard. After some tweaking I now have a version, which supports basic features like qx.Class.define and qx.lang.*. You can get it from <http://github.com/fjakobs/qxoo>. Best Fabian > > Hi guys, > > We have some server side code that is written in Javascript and is > executed by Rhino; I am **so** pleased to have a proper object model > when developing client code but the more complex the server side gets > the more I want to develop server classes in the same way. > > Has anyone experimented with a non-GUI, server-only version of the Qx > framework? > > Id be really interested to know if anyone has experimented with this > before, and/or what the potential issues might be in making Qx > server-side compatible. For example, my (completely uninformed) guess > is that the generator would work just fine except that the bootloader > it produces would need to work differently (i.e. loading of scripts > etc), and potentially there might need to be a way to exclude some > classes or packages. > > On a possibly related note, how does the qx.application.Native get used? > > Regards > > John > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
