Have you considered using the Mozilla Application Framework (a.k.a. GRE, XRE, XULRunner)? With it you have all the power of a native client, including direct file access, ole, and native GUI, and powerful web browser. You can reuse the Qooxdoo interface you already have and replace or add features for performance, security, etc as needed. You can even use C# to create your own components which can be interfaced from the Mozilla's XML and javascript based GUI called XUL. This provides a smooth transition from Qooxdoo only to native client while saving development.
Here are two good starting points: http://developer.mozilla.org/en/docs/Mozilla_Application_Framework_in_Detail http://developer.mozilla.org/en/docs/The_Joy_of_XUL > From: "Oliver Vogel" <[EMAIL PROTECTED]> > To: <[email protected]> > Subject: AW: [qooxdoo-devel] time to say goodbye... > Date: Mon, 24 Apr 2006 09:41:12 +0200 > Reply-To: [email protected] > > It was NOT a decission between qooxdoo and other frameworks, it was a > decission between: > Should the prject run under EVERY Computer (inside the browser) or = > should > the project run under Windows. > We decide to use windows and C#, because the development is faster than > using JavaScript. The code is (a litte bit) better protected and we have > more advantages running a native programm, than running a app inside a > browser (direct file-access, ole and so on.) > > Olli > > P.S. Qooydoo is great, but the "wrong tool" for our app -- Andrew Lambe Systems Programmer Information Technology Oral Roberts University Tulsa, Oklahoma ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
