15. Deploying Your Application

This chapter explores the final steps in your development process: how to compile and deploy your application, how to create your own shareable modules, and how to reduce the load time for your application by splitting the code.

In the past chapters, we have been dealing with ways to write efficient, streamlined, modern Internet applications, but it happens there still are some ways to squeeze out yet a bit more of speed and get a faster page load, so we need to look into that. And, obviously, if you cannot deploy your application, all your work will have been for naught; let’s also see how to “finish the job” and set up your page for production.

Compilation

With standard GWT development techniques, you won’t have ...

Get Essential GWT: Building for the Web with Google Web Toolkit 2 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.