Chapter 16. Testing and deploying GWT applications

This chapter covers

  • JUnit testing of GWT applications

  • Testing asynchronous code

  • Deploying GWT applications

  • Installing GWT-RPC servlets

At some point, you’ll make the leap from evaluating GWT to deploying it on production systems. This chapter shows you how to write tests for your application, making long-term maintenance easier, and also shows you how to migrate applications from hosted-mode development to a server.

In this chapter, we won’t assume that you’re a JUnit wizard or that you know your Java application server backward and forward. Although we provide useful information for experts, we also give you step-by-step information if this is your first time working with these tools.

We’ll get to setting ...

Get GWT in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.