GWT
Tag details
Welcome to the 'GWT' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'GWT'.
Look up
"GWT"
at The Free Dictionary
Latest blogosphere posts tagged “GWT”
-
Measure in Milliseconds: Performance Tips for Google Web Toolkit
Software Development Videos —
Authority: 139
Google Web Toolkit (GWT) allows developers to build highly optimized, fast AJAX applications. GWT allows developers to code in the Java programming language using their favorite IDE tools, then cross-compile that source into plain JavaScript to be served just like any other webpage script. We’ll take a look at some ...3 days ago -
Google Web Toolkit 2.0 New Features
Software Development Videos —
Authority: 139
This video provides an overview of new features in Google Web Toolkit (GWT) 2.0, a tool which enables developers to produce highly optimized, browser-specific JavaScript for their apps. Bruce Johnson, Joel Webber, Andrew Bowers, and Adam Schuck walk you through the newest tools and features in GWT 2.0 such as ...1 week ago -
Speed Tracer Tutorial
Software Development Videos —
Authority: 139
Learn about one of Google Web Toolkit 2.0’s newest tools, Speed Tracer, in this video tutorial. This video provides an overview of Speed Tracer, a Chrome extension which enables developers to profile the internals of the browser, preventing bottlenecks by enabling diagnosis of hidden problems. Andrew Bowers will ...1 week ago -
Google Web Toolkit 2.0 released for Browser Apps
iTechnoBuzz!! —
Authority: 121
Google on Tuesday evening released Google Web Toolkit (GWT) 2.0 for building browser-based applications, offering enhancements for performance profiling and incremental downloading as well as a declarative UI framework.Version 2.0 of the open source development toolkit is built to accommodate recent improvements in ...1 week ago -
Google Web Toolkit 2.0 - now with Speed Tracer
Google Code Blog —
Authority: 120
Tonight at a Google Campfire One we released Google Web Toolkit 2.0 , aiming to do two main things for developers: Make it easier to build faster apps Speed up the overall development cycle This is a very exciting release because its the cumulation of a year and a half working with teams like Google Wave, ...1 week ago -
GWT Now With SpeedTracer
O'Reilly Radar - Insight, analysis, and research about emerging technologies. —
Authority: 632
Google is releasing v2 of GWT (pronounced "Gwit") tonight at a Campfire One in Mountain View. The open-source Google Web Toolkit enables developers to code Ajax web apps in Java. This latest release is focused on speed (just like the latest iPhone) and improved dev-designer collaboration. I was on a call with ...1 week ago -
Speed Tracer: Google announces new tools and more thanks to the GWT team
Ajaxian Front Page —
Authority: 584
Here is Speed Tracer, the new tool to aid us Web developers in our quest for great applications: Ben and I are at Google Campfire One with a Whos Who from the Web developer space. When I first met the GWT team they were talking about revolutionary new Web tools that they wanted to create, and I have a feeling that ...1 week ago -
RIA without the Javascript – GWT and Grails
Software Development Videos —
Authority: 139
The Google Web Toolkit (GWT) is an AJAX framework that enables developers to create rich user web pages with Java, it makes use of type-checking and code re-use. GWT compiles Java code to generate fast, cross-platform Javascript. The GWT-GRAILS plugin incorporates GWT code into your GSP pages, and it also simplifies ...1 week ago -
Stunning Web-Based File Manager: Mollify
WebResourcesDepot —
Authority: 427
Mollify is an open source web-based file manager , built with PHP & GWT , that can control files hosted in a web server or hosting account. It has a simple, intuitive & Ajaxed interface that also supports multiple languages. The application is multi-user (users & user-groups) where a ...1 week ago -
Comparing Kick-Ass Web Frameworks at The Rich Web Experience
Raible Designs —
Authority: 109
Yesterday, I delivered my Comparing Kick-Ass Web Frameworks talk at the Rich Web Experience in Orlando, Florida. Below are the slides I used: Although its difficult to convey a presentation in a slide deck, I can offer you my conclusion: there is no "best" web framework . I believe web frameworks are like ...1 week ago -
JavaFX vs GWT – A developer dilemma in building a RIA application
TuVinhSoft .,JSC —
Authority: 137
For the past few days, I have been working on a simple proof of concept; a web based stock streaming application with a community theme to it. I set myself to building the backend first. As you can guess, I am developing in Java and here are some of the requirements that I have to [...]1 week ago -
Google App Engine – Early Look at Java Language Support
Jayce Nugent DotCom —
Authority: 127
This video introduces the latest features of App Engine, including an early look at Java language support. Andrew Bowers will walk through the development of a sample Java application, from creation to deployment. Join us at Google I/O, Google’s largest developer event, happening May 27-28, 2009 in San Francisco. ...1 week ago -
Voices That Matter: GWT – Architecture Best Practices
Software Development Videos —
Authority: 139
Ajax, taken to its logical extreme, is essentially a 1990’s-style client/server architecture: one that has a vast, decentralized, and unpredictable network directly in its critical path. (The Internet, we’re talking about you.) Application developers have to grapple with network failures, latency, asynchonicity, ...2 weeks ago -
Google Web Toolkit Solutions: Cool & Useful Stuff (Kindle Edition)
Cool Stuff —
Authority: 131
The Google Web Tookit (GWT) is a cutting-edge UI framework for Java developers, which lets you create rich, interactive user interfaces using familiar idioms from Java-s Abstract Window Toolkit (AWT), Swing, and the Eclipse Foundation-s SWT. If you-ve used any of those frameworks in the past, you-re already halfway up ...2 weeks ago -
50 Useful JavaScript Tools
TuVinhSoft .,JSC —
Authority: 137
By Jacob GubeJavaScript is a powerful client-side scripting language used in many modern websites and Web applications. In the hands of a skilled Web developer, JavaScript can enhance the user’s experience of the website and provide rich interactive components and features. But even though syntactically simple in ...3 weeks ago -
GWT OAuth and LinkedIn APIs
Raible Designs —
Authority: 109
When I worked at LinkedIn last year, I received a lot of inquiries from friends and developers about LinkedIns APIs. After a while, I started sending the following canned response: For API access to build LinkedIn features into your application, fillout the following form: ...3 weeks ago -
Creating a Custom Ext GWT Component
Ext JS Blog —
Authority: 91
Creating custom Web components can prove challenging without a good foundation. Fortunately, the Ext GWT framework contains a Component API that provides the ability to quickly and easily create custom components while using Java. This post will walk you through the steps needed to create our ContentScroller - an ...3 weeks ago -
Overview of Google Web Toolkit
Jayce Nugent DotCom —
Authority: 127
This video provides an overview of Google Web Toolkit (GWT), a tool which enables developers to produce highly optimized, browser-specific JavaScript for their apps. Andrew Bowers will demonstrate how GWT is incorporated into the development cycle by walking through a sample App Engine application utilizing GWT. Join ...3 weeks ago -
GWT 2.0 RC1 Released
Pathfinder Development —
Authority: 117
Well, GWT 2.0 RC1 (yes!) is out. I was going to wait for a while with some of my new projects until switching them over to GWT 2.0, but given the pace of the GWT 2.0 project, I may just switch them over now rather than going through a painful migration. Im especially eager to use UiBinder to do declarative UI ...4 weeks ago -
GWT Can Do What?!?! A Preview of Google Web Toolkit 2.0
Software Development Videos —
Authority: 139
One of the nicest things about working on an open source project is the atmosphere of community collaboration and brainstorming that it fosters. The GWT engineering team has been listening hard to the community about how GWT can be improved, and we’re excited to take you on a tour of the powerful new features that ...4 weeks ago

