哪个Google GWT产品使用UiBinder?

时间:2013-03-25 07:56:32

标签: gwt uibinder

我想知道在GWT中使用UiBinder编写的谷歌产品。这将使我能够强调UiBinder用于我们团队/管理的用例。

我知道以下Google Products that use GWT列表。 哪一个使用UiBinder?

AdWords - http://google.com/adwords
AdSense - http://google.com/adsense
Flights - http://flights.google.com
Hotel Finder - http://www.google.com/hotelfinder
Offers - https://www.google.com/offers
Wallet - http://wallet.google.com
The New Blogger - http://www.blogger.com/
Chrome Webstore - https://chrome.google.com/webstore (Closure, but embeds GWT checkout code)
Product Search - http://www.google.com/prdhp?hl=en&tab=mf
Public Data - http://www.google.com/publicdata/home
New Google Groups - http://groups.google.com
Orkut - http://www.orkut.com
Google Health (discontinued)
Google Wave (discontinued)
PlayN (basis of Angry Birds)
Google Takeout - https://www.google.com/takeout/#custom
Google Pagespeed - https://developers.google.com/pagespeed/
Google WebFonts - http://www.google.com/webfonts
Google Tables - https://www.google.com/fusiontables/DataSource?dsrcid=2049253
Google Merchants - http://www.google.com/merchants

1 个答案:

答案 0 :(得分:2)

几乎不可能确切地说,因为UiBinder会生成您可以手工编写的代码,但如果您在脚本中看到大量的HTML,那么很有可能它们来自HTMLPanel。 UiBinder模板或UiRenderer;特别是如果字符串以<span id='结尾或以'></span>开头(但它也可能只是来自SafeHtmlTemplates或手动编码的HTMLPanelsetInnerHTML来电