TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GWT just got a new look

52 点作者 florian-f超过 10 年前

15 条评论

zamalek超过 10 年前
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-garzon超过 10 年前
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 未加载
johnyzee超过 10 年前
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 未加载
polskibus超过 10 年前
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 未加载
mradmin超过 10 年前
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 未加载
farresito超过 10 年前
I think the word &#x27;resource&#x27; is not well spelled (&#x27;ressource&#x27;).
amelius超过 10 年前
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 未加载
JensRantil超过 10 年前
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 未加载
needusername超过 10 年前
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 未加载
ciudilo超过 10 年前
Could not easily find what version GWT is on now and OMG those showcases look like they are from previous century.
jamies888888超过 10 年前
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 未加载
bshimmin超过 10 年前
Is it just me, or do the pagination blobs on the right really not work at all?
BilalBudhani超过 10 年前
carousel switching buttons on the right hand side are not working, even in chrome.
x0rg超过 10 年前
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 未加载
raverbashing超过 10 年前
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.