Search code examples
gwtgwt-rpc

How to use GWT's editor framework?


I'm trying to learn how to use Google's Web Toolkit (GWT) editor framework. I haven't been able to understand how I can use it through the documentation. The examples I've found online were not helpful for me to begin with. I would like to ask if someone can provide a simple working example.


Solution

  • The book GWT in Action, second edition has a chapter about the EditorFramework.

    The sample code is free to download: GWTInActionSamples

    You should find working examples in chapter 9.