Hi Simone

>I get most of the tutorial working, at the moment i'm tring to
>understand Collections and Arrays.
>
>At the moment if i change some data in the java class i don't see the
>change in javascript side.

Are you changing the Java array or changing one of the objects in the
array?  The objects in the array must implement the Proxied
 Interface.

>Another question, the comunication is syncronus, for make Async i need
>to make a thread in java right?

No - the communication is driven from the client and goes over normal HTTP
so Tomcat will provide the thread for you.  The client will always make
synchronous calls to the server, but as much as possible it queues/caches
changes to minimise network trips.

John




------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to