Hi all,

 

I've just uploaded a new contrib. for integrating server-based Java objects
with the Qooxdoo client apps; it adds support for properties and events at
the server and keeps property values synchronised between each side.  The
proxies created on the client are standard Qooxdoo objects so can be bound
to forms or implement Qooxdoo interfaces, and the only requirement on the
server is that the server class implements a marker interface.

 

The contrib. includes a simple "file explorer" sample for navigating the
server's filing system on demand; it uses code from the "Tree Virtual" Demo
Browser and getting the list of "ServerFile" objects inside a folder on the
server is as easy as:

 

var children = node.serverFile.getChildren();

 

I've put up a temporary website with more information at
http://qso.zenesis.com/ - it has documentation, example code download, and
two demo apps.  Please take a look and let me know what you think - is it
any use, does it miss the mark, or anything you think should be added to it
etc?

 

John

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to