Google I/O 2011: High-performance GWT: best practices for writing smaller, faster apps

preview_player
Показать описание
David Chandler

The GWT compiler isn't just a Java to JavaScript transliterator. In this session, we'll show you compiler optimizations to shrink your app and make it compile and run faster. Learn common performance pitfalls, how to use lightweight cell widgets, how to use code splitting with Activities and Places, and compiler options to reduce your app's size and compile time.
Рекомендации по теме
Комментарии
Автор

Brilliant presentation. You guys rock!

NeilCoder
Автор

Is this still the latest Google I/O on GWT Performance?

CBEpola
Автор

Fantastic talk. I liked the spirodraw.appspot.com app. I also liked the drawing for activities and place manager.

BrandonDonnelson
Автор

I've used VAADIN once and forget it. I'll never use it anymore. It was even slower than all my GWT apps.

jcdmb
Автор

All of these tricks look too overcomplicated to use and operate with. Even on concepts level - Activity in Android represents entire screen and using it for desktop app seems to stretch the metaphor and makes it more confusing. While presented as "tricks" and "patterns", they really seem to be crutches to cover for the platform deficiencies. Lots of it, if not all, should be implemented on much lower level and does not require extra code and lots of moving pieces to manage.

alexandrid