8

GWTで書かれたグーグルのどの製品がUiBinderを使用しているか知りたいです。これにより、チーム/管理者向けのUiBinderのユースケースを強調することができます。

GWTを使用するGoogle製品の次のリストを知っています。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
4

1 に答える 1

2

UiBinderは手作業で記述できるコードを生成するため、確実に判断することはほぼ不可能ですが、スクリプトにHTMLの大きなチャンクが含まれている場合HTMLPanelは、UiBinderテンプレートまたはUiRenderer;に由来する可能性が高くなります。特に、文字列がで終わる<span id='か、で始まる場合(ただし、単に、または手動でコーディングされた呼び出し'></span>から来る場合もあります)。SafeHtmlTemplatesHTMLPanelsetInnerHTML

于 2013-03-25T10:11:25.870 に答える