PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Use GWT generator for complex proxy #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, non-standard or more complex proxys still have to be done manually 
(see for example LinkColumnProxy). It would be nice to be able to generate 
these too.

One way could be to let the user specify a base class different than 
ProxyImpl that the generator would derive from. Within its delayedBind() 
method, the generated class would call some kind of delayedBind(MyGinjector) 
method on this custom parent class, which could register handlers or do 
whatever it wants.

Original issue reported on code.google.com by philippe.beaudoin on 22 Mar 2010 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 23 Mar 2010 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 23 Mar 2010 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 23 Mar 2010 at 5:29

GoogleCodeExporter commented 9 years ago
Moved to GWTP:
http://code.google.com/p/gwt-platform/issues/detail?id=8

Original comment by philippe.beaudoin on 27 Mar 2010 at 6:00