Gah! Again! People not explaining what something is on the landing page! > GWT is used by many products at Google, including Google AdWords and Google Wallet. It's open source, completely free, and used by thousands of enthusiastic developers around the world. Any amount of things fit that description. Beer? Air? Clicking "Learn about GWT" gets you this: > GWT is a development toolkit for building and optimizing comp…
GWT just got a new look
21–30 of 70 posts
Re: GWT just got a new look
#22While it's funny (and sometimes silly) to see a huge amount of .js libraries popping up, they're not adding a big block between the programmer and the browser.
And js may have its quirks, but it's not java and I'm thankful for that. I'd rather use js over java anyday, unless there's something really dependent on it.
Re: GWT just got a new look
#23I've never knowingly seen GWT used in practice. Does anyone have any examples of (semi) notable websites utilising it?
Re: GWT just got a new look
#24I've never knowingly seen GWT used in practice. Does anyone have any examples of (semi) notable websites utilising it?
According to an HN comment by user cromwellian, it's widely used inside Google including the new Inbox mail app: https://news.ycombinator.com/item?id=8554339 Other references mentioned by the poster are "Apple (iAds Workspace), Amazon (AWS Console), Nike".
Re: GWT just got a new look
#25Seriously? First I've heard this is how you pronounce it. And how does one pronounce gwit? I think I'll continue to call it: G.W.T.
Re: GWT just got a new look
#26I've never used GWT, but it looks a lot like ASP.NET (all the button declarations in code, heavy page lifecycle in code, etc.). Can anyone with ASP.NET knowledge comment on that? ASP.NET has many problems, there are valid reasons why most developers are moving towards ASP.NET MVC so I wonder what is the place for GWT in modern web dev.
As of doing everything in code - not necessary. As of now GWT has UiBinder - it is a kind of template or DOM + widgets, where you then bind code to it. But in upcoming 3.0 it will use web components standard (http://www.w3.org/TR/components-intro/)
Re: GWT just got a new look
#27Earlier quoted context omitted.
According to an HN comment by user cromwellian, it's widely used inside Google including the new Inbox mail app: https://news.ycombinator.com/item?id=8554339 Other references mentioned by the poster are "Apple (iAds Workspace), Amazon (AWS Console), Nike".
Though it's worth noting that Inbox and similar properties do not use it for UI code, but only (exclusively) for business logic below the UI layer. UI code is written in pure JavaScript/Closure.
Re: GWT just got a new look
#28GWT pronounced «gwit» Seriously? First I've heard this is how you pronounce it. And how does one pronounce gwit? I think I'll continue to call it: G.W.T.
Obviously "gwit" is pronounced as "jwit", right?
Re: GWT just got a new look
#29I've never knowingly seen GWT used in practice. Does anyone have any examples of (semi) notable websites utilising it?
Re: GWT just got a new look
#30I've never knowingly seen GWT used in practice. Does anyone have any examples of (semi) notable websites utilising it?
- http://trends.builtwith.com/websitelist/Google-Web-Toolkit - but this might be seriously underestimated, as they are not able to detect services accessible after login, where GWT is mostly used.
- http://ars-codia.raphaelbauer.com/2011/12/why-google-web-too...
Other that I'm aware of:
- https://ruxit.com/ - their service once you log in
- http://gogrid.com/ - again after login