From the course: Learning GWT

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Summary

Summary

From the course: Learning GWT

Start my 1-month free trial

Summary

- [Instructor] In all sincerity, thank you for taking this course. I truly hope you found it useful and enjoyed taking it as much as I enjoyed making it. Some of the main points that we covered were how to create and run a GWT application, including the project structure, the host page, modular configuration file, and how to run the application in Super Dev Mode. We also covered GWT widgets and UI Binder, which gave you an overview of UI Widgets, UI Panels, and how to build that very special type of widget, UI binder, that offers the flexibility of using XML and HTML for the layout, while supporting the inclusion of regular GWT widgets. In that same chapter, we also covered some other features of UI Binder, like handling events with UI Handler. And including resources with a client bundle. We then went on to cover making Ajax calls using JSONP, and managing the JSON response with overlay types and the Javascript native interface, or JSNI features of GWT. We covered debugging our code…

Contents