This document discusses integrating the Google Web Toolkit (GWT) framework with the Nuxeo content management platform. It notes that GWT allows for easy Java web development but is monolithic and not modular. It proposes two solutions: reimplementing Nuxeo's layout manager for GWT, or using server-side templating which solves modularity issues but not completely. The document demonstrates how server-side templating provides templates to GWT from Nuxeo while keeping modularity, though new GWT widgets still require recompilation. It provides a link to an open-source GWT templating project for further information.