On Tue, Jan 10, 2012 at 15:49, Stefan Andersson
<[email protected]>wrote:

>
> This is also unique if it keeps what it promises. What other framework has
> anything like it?
>

The three questions I tried to answer with this are:

Is it feasible to design an architecture and framework for client-server
application implementation that allows:

   1. all application development to accomplished primarily in a single
   language;
   2. application frontend and backend code to be entirely tested and
   debugged within the browser environment; and
   3. fully-tested application-specific backend code to be moved, entirely
   unchanged, from the browser environment to the real server environment, and
   to run there?

Although there are various related projects that accomplish some of this,
I've yet to find anything other than LIBERATED the provides all three.


> I will put one person testing it for a month.
>

You may want to look at the App Inventor Community Gallery code, an
application which is based on LIBERATED.
https://github.com/app-inventor-gallery/aig.

There are also two demos you may want to look at. liberated/demo/jetty
provides tests similar to the RPC-EXAMPLE tests in qooxdoo-contrib. The
JavaScript implementation of the server-side code runs under Jetty, and a
gui can be requested from the server to exercise the remote procedure calls.

For seeing how the database abstraction works, have a look at
liberated/demo/jettysqlite.

In both cases, the README file in the demo directory provides instructions
for building and running the demo.

(If you've already checked out LIBERATED, you should pull latest changes. I
fixed up these demos this evening, as they hadn't been looked at in a
while.)

Derrell
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to