Re: runtime UI

2010-12-30 Thread Abdullah Shaikh
Ted, how are you planning to add event handlers to the widgets ? On Thu, Dec 30, 2010 at 2:49 AM, Ted Malaska wrote: > Hey Guys, > > Here is the latest, I opened a night worth of the code to the open > comminity.  Here is the link. > > http://code.google.com/p/gwt-binding-fly/ > > The code here i

Re: runtime UI

2010-12-29 Thread Ted Malaska
Hey Guys, Here is the latest, I opened a night worth of the code to the open comminity. Here is the link. http://code.google.com/p/gwt-binding-fly/ The code here is a GWT widget only example, even through the pattern works fine for GXT also. I haven't been working on it because I'm busy finish

Re: runtime UI

2010-12-29 Thread Chris Conroy
Ted Malaska has a prototype project which may suit your needs. At this time, we're not looking to add something like this to GWT proper. See: https://groups.google.com/d/topic/google-web-toolkit-contributors/NFAXFQN_x-k/discussion On Wed, Dec 29, 2010 at 9:51 AM, Abdullah Shaikh < abdullah.shaik.

runtime UI

2010-12-29 Thread Abdullah Shaikh
Hi, What I want to do is have a xml file (not the ui binder xml file, as its compile time) which will define the UI, when the request comes, it will parse the xml file and create an object representation of the UI definition from the xml file and send the object back to the client, the client will