Re: UiBinding at run time

2010-11-15 Thread TedM
Thanks, I'm in the process of writing an e-mail to Chris Conroy.  I
will start it once I get gwt's blessing on the design.

On Nov 15, 10:50 am, Nirmal  wrote:
> Your demo is quite impressive... Looking forward to you publishing
> your source...
>
> Regards,
> Nirmal
>
> On Nov 15, 3:45 am, TedM  wrote:
>
> > So this is a common problem.  Cool.
>
> > Did you try the demo?  What did you think?
>
> > I personally think this idea would be a great addition to GWT, but I
> > don't want to start writing the OS version until I can talk to a GWT
> > or incubator guy.
>
> > The out comes of that talk will be one of the following.
> > 1. They like the idea, and maybe I can bounce my architectural ideas
> > off them and then I build it.
> > 2. They already have this on their road map and don't need my help
> > 3. They think it doesn't have value.
>
> > Do you know how I can get in touch with a GWT guy?
>
> > Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-15 Thread Nirmal
Your demo is quite impressive... Looking forward to you publishing
your source...

Regards,
Nirmal

On Nov 15, 3:45 am, TedM  wrote:
> So this is a common problem.  Cool.
>
> Did you try the demo?  What did you think?
>
> I personally think this idea would be a great addition to GWT, but I
> don't want to start writing the OS version until I can talk to a GWT
> or incubator guy.
>
> The out comes of that talk will be one of the following.
> 1. They like the idea, and maybe I can bounce my architectural ideas
> off them and then I build it.
> 2. They already have this on their road map and don't need my help
> 3. They think it doesn't have value.
>
> Do you know how I can get in touch with a GWT guy?
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-15 Thread Boris Lenzinger
To contact them, I would write a mail to persons that are answering in this
group. May be Chris Conroy would be a good contact.
His address is conroy at google.com (he has posted a lot in the mailing
list).

Keep us up to date.

Boris



2010/11/15 TedM 

>
> Thanks.
>
> In terms of time, I don't think it will take that long considering
> I've already built it.  The demo only shows a fraction of what my
> tempting tool can do.
>
> The only thing i'm waiting on is feedback from gwt core people.
> Before I make the os version, I would like to get there feed back so I
> can match the design to their vision.
>
> Do you know how I can get in contact with a gwt core person?
>
>
> On Nov 15, 3:38 am, Boris Lenzinger  wrote:
> > Hi,
> >
> > I have tried your demo and this is quite impressive !
> >
> > When do you think you will release something that we can test and use
> > intensively ? This would be a gread addition to GWT if it was added to
> the
> > core.
> >
> > Congratulations !
> >
> > Boris
> >
> > 2010/11/12 TedM 
> >
> >
> >
> > > Hi GWT Community,
> >
> > > I recently noticed the UiBinding feature in GWT and at first I was
> > > really excited because I was using something like this in my form
> > > template prototype.  But I found out the UiBinding is a compile time
> > > thing, which was a major disadvantage for me.  because I would like to
> > > make new form or Uis without have to compile or deploy.
> >
> > > While I was wondering is there any interest in my open sourcing my run
> > > time uibinding solution (I call bindingFly)?
> >
> > > Here is a link to my home made prototype hosted on app engine:
> > >http://gwt-binding-fly.appspot.com/
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to
> google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com cr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-15 Thread TedM

Thanks.

In terms of time, I don't think it will take that long considering
I've already built it.  The demo only shows a fraction of what my
tempting tool can do.

The only thing i'm waiting on is feedback from gwt core people.
Before I make the os version, I would like to get there feed back so I
can match the design to their vision.

Do you know how I can get in contact with a gwt core person?


On Nov 15, 3:38 am, Boris Lenzinger  wrote:
> Hi,
>
> I have tried your demo and this is quite impressive !
>
> When do you think you will release something that we can test and use
> intensively ? This would be a gread addition to GWT if it was added to the
> core.
>
> Congratulations !
>
> Boris
>
> 2010/11/12 TedM 
>
>
>
> > Hi GWT Community,
>
> > I recently noticed the UiBinding feature in GWT and at first I was
> > really excited because I was using something like this in my form
> > template prototype.  But I found out the UiBinding is a compile time
> > thing, which was a major disadvantage for me.  because I would like to
> > make new form or Uis without have to compile or deploy.
>
> > While I was wondering is there any interest in my open sourcing my run
> > time uibinding solution (I call bindingFly)?
>
> > Here is a link to my home made prototype hosted on app engine:
> >http://gwt-binding-fly.appspot.com/
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com > cr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-15 Thread Boris Lenzinger
Hi,

I have tried your demo and this is quite impressive !

When do you think you will release something that we can test and use
intensively ? This would be a gread addition to GWT if it was added to the
core.

Congratulations !

Boris

2010/11/12 TedM 

> Hi GWT Community,
>
> I recently noticed the UiBinding feature in GWT and at first I was
> really excited because I was using something like this in my form
> template prototype.  But I found out the UiBinding is a compile time
> thing, which was a major disadvantage for me.  because I would like to
> make new form or Uis without have to compile or deploy.
>
> While I was wondering is there any interest in my open sourcing my run
> time uibinding solution (I call bindingFly)?
>
> Here is a link to my home made prototype hosted on app engine:
> http://gwt-binding-fly.appspot.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-14 Thread heros
This group has moderators in GWT maker group.
They may have this on their plan/road map.
But some reasons, they don't want to talk with you about this.
I think you can post your solution clearly in an article.
If Google has this in next lease, it proves that you go before them.
And if their solution likes your solution, that means you lead them :)
Many GWT developers still have released their projects before Google
came up with the same features.
Why? Because they want to make GWT better.

Regards.



On Nov 15, 5:45 am, TedM  wrote:
> So this is a common problem.  Cool.
>
> Did you try the demo?  What did you think?
>
> I personally think this idea would be a great addition to GWT, but I
> don't want to start writing the OS version until I can talk to a GWT
> or incubator guy.
>
> The out comes of that talk will be one of the following.
> 1. They like the idea, and maybe I can bounce my architectural ideas
> off them and then I build it.
> 2. They already have this on their road map and don't need my help
> 3. They think it doesn't have value.
>
> Do you know how I can get in touch with a GWT guy?
>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-14 Thread TedM
So this is a common problem.  Cool.

Did you try the demo?  What did you think?

I personally think this idea would be a great addition to GWT, but I
don't want to start writing the OS version until I can talk to a GWT
or incubator guy.

The out comes of that talk will be one of the following.
1. They like the idea, and maybe I can bounce my architectural ideas
off them and then I build it.
2. They already have this on their road map and don't need my help
3. They think it doesn't have value.

Do you know how I can get in touch with a GWT guy?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-14 Thread H. RANGAMANA (MALAGASYS)
Hi,

That sounds very interesting ..
in one of my project, all of the forms are built during runtime (driven by
some json data structure pushed by the server), so i could not use any
UIBinder at due to its compile time binding.

HR

2010/11/12 TedM 

> Hi GWT Community,
>
> I recently noticed the UiBinding feature in GWT and at first I was
> really excited because I was using something like this in my form
> template prototype.  But I found out the UiBinding is a compile time
> thing, which was a major disadvantage for me.  because I would like to
> make new form or Uis without have to compile or deploy.
>
> While I was wondering is there any interest in my open sourcing my run
> time uibinding solution (I call bindingFly)?
>
> Here is a link to my home made prototype hosted on app engine:
> http://gwt-binding-fly.appspot.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Hermann RANGAMANA
MalagaSys.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-13 Thread TedM
Cool,  I sent some e-mails out if someone from GWT says its
interesting I'll put it out there.  But, I don't want to commit a lot
of time unless they want it.  I mean maybe they already have this idea
and are building it, or maybe they have a better idea.  So once I get
some feed back from then I'll move forward.

By the way here is a video of me explaining the solution
http://www.youtube.com/watch?v=wDzuS7pnYJE

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-12 Thread heros
I think you should keep it in native GWT.
Yes, GWT incubator may be considered but it's very unstable.
The most important is your solution, I think.

Regards,
Hung

On Nov 12, 8:01 pm, TedM  wrote:
> I just opened it.  Let me clean up the code a little and then I'll
> keep it in.
>
> Right now the code works with GWT and GXT widgets.  Do you think I
> should keep it that way or just do GWT?
>
> Also do you know if GWT or the incubator would be interested in it?
> Do you know how is the right person to ask?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-12 Thread TedM
I just opened it.  Let me clean up the code a little and then I'll
keep it in.

Right now the code works with GWT and GXT widgets.  Do you think I
should keep it that way or just do GWT?

Also do you know if GWT or the incubator would be interested in it?
Do you know how is the right person to ask?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: UiBinding at run time

2010-11-12 Thread heros
Yes, I'm interesting in your open source project.
Where is your code of project?

Thanks,
Hung

On Nov 12, 10:46 am, TedM  wrote:
> Hi GWT Community,
>
> I recently noticed the UiBinding feature in GWT and at first I was
> really excited because I was using something like this in my form
> template prototype.  But I found out the UiBinding is a compile time
> thing, which was a major disadvantage for me.  because I would like to
> make new form or Uis without have to compile or deploy.
>
> While I was wondering is there any interest in my open sourcing my run
> time uibinding solution (I call bindingFly)?
>
> Here is a link to my home made prototype hosted on app 
> engine:http://gwt-binding-fly.appspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



UiBinding at run time

2010-11-11 Thread TedM
Hi GWT Community,

I recently noticed the UiBinding feature in GWT and at first I was
really excited because I was using something like this in my form
template prototype.  But I found out the UiBinding is a compile time
thing, which was a major disadvantage for me.  because I would like to
make new form or Uis without have to compile or deploy.

While I was wondering is there any interest in my open sourcing my run
time uibinding solution (I call bindingFly)?

Here is a link to my home made prototype hosted on app engine:
http://gwt-binding-fly.appspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.