TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GWT just got a new look

52 pointsby florian-fover 10 years ago

15 comments

zamalekover 10 years ago
Gah! Again! People not explaining what something is on the landing page!<p>&gt; GWT is used by many products at Google, including Google AdWords and Google Wallet. It&#x27;s open source, completely free, and used by thousands of enthusiastic developers around the world.<p>Any amount of things fit that description. Beer? Air? Clicking &quot;Learn about GWT&quot; gets you this:<p>&gt; GWT is a development toolkit for building and optimizing complex browser-based applications.<p>That&#x27;s all it takes! Can we <i>please</i> start seeing these kinds of descriptions on landing pages. You&#x27;re not selling a clothing brand, you are selling a toolkit to developers: I care first and foremost what the thing does, not how fashionable it is.
评论 #8946249 未加载
评论 #8946201 未加载
评论 #8947883 未加载
评论 #8946155 未加载
评论 #8946130 未加载
ezequiel-garzonover 10 years ago
Grammar question from this non-native English speaker: does it sound right to say &quot;you can quickly develop <i>performance AJAX applications</i>&quot;? Wouldn&#x27;t you say something like &quot;high-performance AJAX applications&quot; or &quot;highly performant AJAX applications&quot; (or just &quot;performant AJAX applications&quot;)? It seems to be missing something.
评论 #8947183 未加载
johnyzeeover 10 years ago
Been using GWT for almost a decade. It makes it easy to develop and maintain enormous and complex web applications, which would otherwise be difficult if you had to rely only on JavaScript (both the language and the toolchain).<p>Being able to write the entire application, from the client and the domain model on down to the backend, in the same language, re-using classes across the entire application, is a big advantage.<p>In addition, being a very mature toolkit by now, GWT has A LOT of features to make life easier. Transparent RPC&#x2F;serialization, code obfuscation&#x2F;deobfuscation, IDE integrated debugging, i18n, resource bundling, code splitting, JavaScript interoperability, and a lot of other stuff.<p>Current project: Real-time multiplayer GTA-style game based on HTML5 canvas:<p><a href="http://www.webworks.dk/html5engine" rel="nofollow">http:&#x2F;&#x2F;www.webworks.dk&#x2F;html5engine</a>
评论 #8946374 未加载
polskibusover 10 years ago
I&#x27;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.
评论 #8946215 未加载
mradminover 10 years ago
GWT pronounced «gwit»<p>Seriously? First I&#x27;ve heard this is how you pronounce it. And how does one pronounce gwit? I think I&#x27;ll continue to call it: G.W.T.
评论 #8946240 未加载
评论 #8946245 未加载
farresitoover 10 years ago
I think the word &#x27;resource&#x27; is not well spelled (&#x27;ressource&#x27;).
ameliusover 10 years ago
I&#x27;m looking for a toolbox that can give me:<p>1. client-side (javascript) database access<p>2. automatic updates to the client&#x27;s view of the database<p>And also:<p>3. automatic optimal re-execution of javascript code whenever something changes in the input (e.g., the database). Note the word &quot;optimal&quot;, e.g., no glitches, and no (or minimal) unnecessary work done.<p>Of course, it should be fast :) Does anybody know where to find such a toolbox, or libraries that allow me to accomplish the above? Any pointers are greatly appreciated!
评论 #8946360 未加载
评论 #8946381 未加载
评论 #8946498 未加载
JensRantilover 10 years ago
I&#x27;m surprised GWT is still used out there. It&#x27;s slow as hell to compile and JS libraries are so much better and more response nowadays.
评论 #8946273 未加载
评论 #8948204 未加载
评论 #8946338 未加载
needusernameover 10 years ago
This <a href="http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsCompatibility.html" rel="nofollow">http:&#x2F;&#x2F;www.gwtproject.org&#x2F;doc&#x2F;latest&#x2F;DevGuideCodingBasicsCom...</a> seems to indicate that GWT still supports only Java 1.5. Is this true or simply outdated documentation?
评论 #8947921 未加载
ciudiloover 10 years ago
Could not easily find what version GWT is on now and OMG those showcases look like they are from previous century.
jamies888888over 10 years ago
I&#x27;ve never knowingly seen GWT used in practice. Does anyone have any examples of (semi) notable websites utilising it?
评论 #8946182 未加载
评论 #8946162 未加载
评论 #8946244 未加载
评论 #8946145 未加载
评论 #8946242 未加载
评论 #8946205 未加载
评论 #8946137 未加载
评论 #8946194 未加载
评论 #8946150 未加载
bshimminover 10 years ago
Is it just me, or do the pagination blobs on the right really not work at all?
BilalBudhaniover 10 years ago
carousel switching buttons on the right hand side are not working, even in chrome.
x0rgover 10 years ago
It makes sense in the enterprise world where everyone love Java and Eclipse (at least as far as I can see). It doesn&#x27;t make sense on HN, not at all.
评论 #8946314 未加载
raverbashingover 10 years ago
Seems to me the textbook example of Java people trying to make everything Java (and failing at it, as usual)<p>While it&#x27;s funny (and sometimes silly) to see a huge amount of .js libraries popping up, they&#x27;re not adding a big block between the programmer and the browser.<p>And js may have its quirks, but it&#x27;s <i>not java</i> and I&#x27;m thankful for that. I&#x27;d rather use js over java anyday, unless there&#x27;s something really dependent on it.