Tag: <span>GWT</span>

GWT Testing Best Practices

GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT’s testing infrastructure, describe some best practices we’ve developed at Google, and help you avoid common …

Effective GWT: Developing a complex, high-performance app with Google Web Toolkit

In this session we’ll show how you can get the most out of GWT in development, testing and deployment. It’s based on our two and half years of experience building Lombardi Blueprint, a SaaS application for collaborative business process documentation. We’ll cover how you can effectively integrate GWT into your …

Measure in Milliseconds: Performance Tips for Google Web Toolkit

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 …