Hi Simone

>I have tried the contrib and i have to congrats with you, probably is
>the best backend for qooxdoo that i have tested, but despite the
>documentation, is not so simple.

Glad you like it :)

>I have get it working but i have some problem (many of them because of
>my little knowledge of java / eclipse).
>
>I'm replacing a python backend, and the managment of the array in java
>is make me crazy.
>
>The biggest problem is if i call a serverlet method and pass an array as
>parameters, the interger 0 result as null, i try a lot of things, but no
>luck.

What does the server method look like?  EG is the array of parameters an
array of primitive types such as numbers, strings etc or is it an array of
objects?

>I'm also trying to understand how to transfer classes, interface e so
>on.

That happens automatically - your Java classes need to implement the
Proxied interface and the class and interface definitions will be
transferred on demand to the server.

>I almost understand how objects move from server and client, but i have
>some doubt how to manage the FireEvent.

How far have you got?  Did you get the tutorial working?

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