15.7. Summary

We hope, with this chapter under your belt, that you’ve become a firm believer in the MVP pattern being extremely useful when building large, web-based applications with GWT. Not only does it help make code more readable, and subsequently more maintainable, but it also makes it much easier to implement new features, optimizations, and automated testing. Speaking from experience, we can’t stress the testing benefits enough. It’s a fundamental part of writing real-world applications, but oftentimes it’s overlooked because it’s left until the end and is too much of a pain to integrate. When your application is developed using the MVP pattern, test cases are a piece of cake, so much so that you’ll want to write them first. Remember, ...

Get GWT in Action, Second Edition 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.