Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread Siarhei Barysiuk
Hello Frederic, In progress, but haven't finished yet. Today I'm planning integrate javascript stuff with backend. Let you know and I'll try to do it ASAP. Siarhei On 9/4/07, frederic <[EMAIL PROTECTED]> wrote: > > > Hi Siarhei, > Any news from your data binding mechanism implementation > (qx.io

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread bibliograph
Hi Frederic & all, Siarhei is working hard on getting things done. In a different issue, I was talking to Andreas about the qooxdoo-contrib project and I wonder if the whole databinding stuff should maybe put there under a different namespace rather than "qx.io.databinding". We are currently pu

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-09-04 Thread frederic
Hi Siarhei, Any news from your data binding mechanism implementation (qx.io.databinding.*) ? My current qooxdoo's application has a very bad implementation of form handling and I would be very happy to test your "form emulation" described in the PDF doc. Cheers. Frederic bibliograph wrote: >

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-29 Thread bibliograph
Hi Carsten, I just saw the answers to Siarhei's post right now ... Carsten Harnisch schrieb: > Siarhei! > We had started to work with QxTransformer and picked the > "DataProvider"-stuff here as a starter for our own implementation. I just > summarize a few issues that we encountered here. Please

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-29 Thread bibliograph
Hello Siarhei, thank you for your work! I think it's a good basis to start - what needs to be elaborated in your documentation is the kind of response expected from the server - since the backends need to provide the necessary data. What I did in my first attempt at databinding is to require the b

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread Siarhei Barysiuk
Hello David, May be I should to add restoreFromJSON()/serializeToJSON() method to BaseForm? Is it what you need? Thanks for ideas! Siarhei dperez wrote: > Hi Siarhei, > > Like Leander, I have created my own simpler framework, for > loading/retrieving from/to JSON data. > Your idea is more elabo

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread Siarhei Barysiuk
Hello Frederic, The concept was designed as extensible platform in which you can add own features and custom logic. It's very easy to integrate for example Google Gears to data binding mechanism. Just write new implementation of IBindingProvider (and IAutoCompletionProvider if you need) and use

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread frederic
Hi Siarhei, Excellent doc ! What do you think about integrate offline support (FF3, Google Gears, Flash) in databinding ? regards. frederic Siarhei Barysiuk wrote: > > Hello folks! > > For few last day I was thinking about data binding functionality for > qooxdoo (including 'plain html for

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread dperez
Point 3 is important for me. It's what I'm using right now. Fabian Jakobs-2 wrote: > > 1. Will you support file upload widgets. e.g. the one by Dietrich in > qooxdoo-contrib? I think this would be a natural enhancement for the > "plain html forms" feature. > 2. Any plans about supporting com

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-27 Thread dperez
Hi Siarhei, Like Leander, I have created my own simpler framework, for loading/retrieving from/to JSON data. Your idea is more elaborate, and I like it, it's more extendable. Leander Hanwald wrote: > > Hi Siarhei, > > that looks very good and feels naturally "right" for me what I see in > you

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Siarhei Barysiuk
Hello Leander, Thanks. Let you and other know when I'll finish that. Thanks, Siarhei Leander Hanwald wrote: > Hi Siarhei, > > that looks very good and feels naturally "right" for me what I see in > your pdf. The main reason for that could be that I wrote a simular code > for my own usage in an i

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Siarhei Barysiuk
Hello Carsten, Thank you for your remarks. I'm really appreciated. Carsten Harnisch wrote: > Siarhei! > We had started to work with QxTransformer and picked the > "DataProvider"-stuff here as a starter for our own implementation. I just > summarize a few issues that we encountered here. Please fe

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Siarhei Barysiuk
Hello Fabian, Thanks for response and questions. You can find my comments below. Fabian Jakobs wrote: > Hello Siarhei, > >> Hello folks! >> >> For few last day I was thinking about data binding functionality for >> qooxdoo (including 'plain html forms' >> emulation and auto completion) and I w

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Leander Hanwald
Hi Siarhei, that looks very good and feels naturally "right" for me what I see in your pdf. The main reason for that could be that I wrote a simular code for my own usage in an inhouse project, but not with so much features (needed only JSON). I really hope that you go on with that, an easy conne

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Carsten Harnisch
Siarhei! We had started to work with QxTransformer and picked the "DataProvider"-stuff here as a starter for our own implementation. I just summarize a few issues that we encountered here. Please feel free to adapt these issue to your concept : 1) Internal Transport-Format The usage of "sub-array

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-25 Thread Fabian Jakobs
Hello Siarhei, > Hello folks! > > For few last day I was thinking about data binding functionality for > qooxdoo (including 'plain html forms' > emulation and auto completion) and I would like to present results of > my work for discussion. > I will be really appreciated for any remarks and sugge