8.6. Summary

We covered a lot in this chapter and carefully explained each point. We believe the thorough explanation and the working example we provided are warranted given the newness and importance of RequestFactory. The importance is that RequestFactory is the first RPC tool provided with GWT that allows you to communicate using Java objects without tying the client and server code together.

In previous versions of GWT the only comparable RPC tool was GWT-RPC, but because of how it works it was difficult sometimes to integrate with both server-side persistence frameworks and Dependency Injection (DI) containers like the Spring Framework. Workarounds were always found, but they weren’t clean solutions, like those RequestFactory provides. ...

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.