On 10/18/2010 06:01 PM, carandb wrote: > > Can a qooxdoo application generate (eg. with XSLT) and use new code at run > time without rebuild the whole application?
Of course can you write a qooxdoo application that produces qooxdoo classes. Several people are doing this in one way or the other. You could think of the Playground as an example app, where the new code is provided through user interaction. Others are creating qooxdoo classes on the server dynamically (maybe even with XSLT), in response to client requests. The main issue with all these approaches is that of fullfilling dependencies. As soon as a new class is evaluated at the client, all its prerequisites (like superclass, etc.) have to be available. The Playground solves this by including all framework classes upfront. But of course this has its limits (as you cannot use e.g. the Upload widget contrib in the Playground). T. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
