hgs1906 / smartgwt

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

be UIBinder friendly #485

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please make SmartGWT UIBinder friendly

There is a project started here which already has code, could this be reviewed 
and maybe merged in next version?
http://code.google.com/p/uibinding-smartgwt/

More references:
http://forums.smartclient.com/showthread.php?p=47532
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f63c1515b
cc58f02/98fa41fccc3c57d5?lnk=gst&q=smartgwt#98fa41fccc3c57d5

Original issue reported on code.google.com by marius.a...@gmail.com on 12 Jul 2010 at 9:25

GoogleCodeExporter commented 9 years ago
Also described here 
http://h2g2java.blessedgeek.com/2010/04/extending-smartgwt-widgets-to-be.html

Original comment by marius.a...@gmail.com on 12 Jul 2010 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 27 Jul 2010 at 1:08

GoogleCodeExporter commented 9 years ago
GWT core does not yet allow custom parsers for UIBinder which will be needed to 
add SmartGWT support without it being a very bad hack.  There is a GWT issue 
for this here - star it to indicate interest in getting this done.

http://code.google.com/p/google-web-toolkit/issues/detail?id=4461

Original comment by smartgwt...@gmail.com on 26 May 2011 at 1:52

GoogleCodeExporter commented 9 years ago
In comments in the bug above, the Core GWT team has indicated that making 
UIBinder flexible enough to support the needs of SmartGWT's highly dynamic 
widgets and databinding system is "NotPlanned".  So we're switching status to 
WontFix (or perhaps "CantFix").

For those interested in created SmartGWT screens via XML, SmartGWT Pro and 
above supports a similar feature called Component XML which allows runtime 
evaluation of XML, and also runtime editing of XML via Visual Builder, both 
features that we consider critical for enterprise use of XML screen 
descriptions.

For those interested in continuing with UIBinder despite its limitations, the 
uibinding-smartgwt project mentioned above is the best compromise.

Original comment by smartgwt...@gmail.com on 18 Apr 2012 at 12:34