Hi John,

Thank you! To answer your questions:

- No. The designer and the framework create .NET apps that run in IIS (just
like an ASP.NET/MVC app - in the future we will try to add support for
apache and nginx and linux/mono). There are dozens of controls and extenders
that cover all common controls plus many new ones. It can incorporate most
third party javascript widgets, including jquery stuff. You build a web app
just like you'd build a regular desktop app, hit run and it works. It's a
real time web app because everything in the client is in live sync with the
server through small differential json packets. We already have several
*very* large LOB apps built like this but using a different less-efficient
framework which will be replaced soon by wisej/qx. Qooxdoo for us is the
perfect javascript library for our client framework implementation. However
wisej is built to be able to work with other frameworks like dojos, but so
far we have no plans to do so and qooxdoo is by far superior in my view -
and I tested all of the other framework (including extjs, wijmo, dojo,
kendo, and others) before we decided to use qooxdoo. 

- The ThemeBuilder is a standalone exe that manages a single JSON file
containing the entire theme definition. It includes a builtin theme
previewer and can theme a running app. The JSON file is used by one our
extensions to qooxdoo which is a theme roller qooxdoo class that generates
qooxdoo themes from the json. It supports mixin (partial) theme files as
well. This is one of the many things that we will be happy to split from
wisej and contribute to qooxdoo.

- wisej works using regular http/https and/or websocket (ws or wss) if
available. WebSocket allows for push updates to the client. It's built to be
failsafe meaning that if the client cannot use websocket it falls back to
http. If the client terminates the connection temporarily, when it
reconnects wisej creates a new websocket connection and restores the entire
state without losing anything.

I hope this answers your questions. Please contact me if you have any other
questions. We will update the web site with more information and
documentation (msdn style) as we approach the beta and later to the release. 

Best,
Luca



 



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/New-real-time-web-application-framework-based-on-qooxdoo-tp7588228p7588231.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to