[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2013-09-07 Thread Thomas Broyer
On Saturday, September 7, 2013 6:21:44 AM UTC+2, asif...@gmail.com wrote: > > Hi Ted, > > This is exactly what i was looking for using in one of my projects. > > I tried the source at http://code.google.com/p/gwt-binding-fly/ - but > this doesn't work at smoothly as > http://gwt-binding-fly.ap

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2013-09-07 Thread asif . tmcp
Hi Ted, This is exactly what i was looking for using in one of my projects. I tried the source at http://code.google.com/p/gwt-binding-fly/ - but this doesn't work at smoothly as http://gwt-binding-fly.appspot.com/ is the code base different? Regards On Thursday, November 18, 2010 12:33:32

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-12-01 Thread Chris Conroy
Sorry for the delay in responding. I think that while this pattern may be useful for some users, it's probably not something we would want to encourage everyone to use by making it part of GWT proper. There are nontrivial runtime costs, you lose static analysis, and this seems ripe for XSRF if not

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-17 Thread TedM
Hi Chris, I did what you said. 1. I took a couple of hours and I started up a Google Code project called gwt-binding-fly. In it I added enough source to convey how easy and simple the solution is. http://code.google.com/p/gwt-binding-fly/ 2. I removed all the GXT stuff and made it pure GWT, wit

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-17 Thread TedM
The thread seemed to stop without a conclusion. Is there any interest to continuing the idea of dynmic uibinding? On Nov 15, 2:13 pm, Chris Ramsdale wrote: > This looks very interesting, indeed. Quick question though, how would one go > about hooking up event handlers to the views that are bound

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
I think I read your question wrong. I was thinking you meant an event handler between widgets. Like one widget reacting to events from another widget. Now I see you are talking about injecting listeners to do custom validation. Hmm while I’m sure there are many ways of going about it. I don’t

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
Good good, you guys are so on top of things. I don’t know if I can explain everything in text, I much prefer a white board, but I will try. Here is the high level process that I take to generate the dynamic content. 1. Compile time I define what dynamic widget are available 2. Runtime -

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
Yeah I'm not a big fan of XForms. I don't have my thought summarized at the moment. Over all it's an outdated, unsupported standard that doesn't have much momentum. On Nov 15, 1:44 pm, Amir Kashani wrote: > Ted, > > Are you familiar with the XForms specification? I think the original goal > was

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
Thank you, John for your post. Let me see if I can summarize your concerns and then I’ll show you how my solution takes your concerns into account. Adding dynamic functionality may come at a global cost: The example you used is reflection, which I think is a perfect example of a dynamic functi

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread Amir Kashani
Ted, Are you familiar with the XForms specification? I think the original goal was to get browser vendors to implement it to replace HTML forms, which doesn't seem to be happening, but it's a very solid in dealing with a lot of the use cases of form creation pretty gracefully. EMC even has a GWT i

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread John Tamplin
On Mon, Nov 15, 2010 at 11:42 AM, TedM wrote: > The current implementation has the following functionality > > 1. dynamic forms > 2. dynamic workflow > 3. submission of form data > 4. submission of attachments > 5. client and server validation > > And UI editor on the way. > > But the current impl

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
Thanks Christian, I just started a dialog with Chris Conroy. Hopefully it will be fruitful. Based on the feed back I'm getting this is a very common problem. I'm hopeful, I get to do this and get to do it in alignment with the GWT vision. -- http://groups.google.com/group/Google-Web-Toolkit-C

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread TedM
The current implementation has the following functionality 1. dynamic forms 2. dynamic workflow 3. submission of form data 4. submission of attachments 5. client and server validation And UI editor on the way. But the current implementation is a project that I'm the architect for. The prototype

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread Christian Goudreau
> > 3. They think it doesn't have value. I would change this to either 1- It's out of the scope of GWT at the moment or 2- They have other priorities and can't get it in the roadmap yet. Do you know how I can get in contact with someone from GWT? I think you're at the right place, just be patie

Re: [gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-15 Thread Chris Conroy
Ted, this is the right list for this sort of thing. I can't speak to the specifics of your project at the moment--though you'd probably get a better response if you included a design doc and/or code. On Sun, Nov 14, 2010 at 9:08 PM, TedM wrote: > > Thanks, > > I wasn't thinking in the line of GW

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-14 Thread TedM
Thanks, I wasn't thinking in the line of GWTDesigner. The problem that I'm solving at work is related to dynamic form definition. I want my business user to be able to define forms and send them out, without compiling and without things software installed on their locals. I'm going to make a U

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-14 Thread yves
May be this could be very interesting for some kind of applications. Personaly I would be happy to have this kind of dynamic UI intergated into GWT. I have a question : what/how do you suggest to do in order to create the link between the user interaction (e.g. click on a submit button) to your co

[gwt-contrib] Re: Would GWT and/or incubator be interested in Run Time UiBinding

2010-11-13 Thread TedM
If it is helpful here is a video of me exampling how to use the demo. http://www.youtube.com/watch?v=wDzuS7pnYJE -- http://groups.google.com/group/Google-Web-Toolkit-Contributors