Monday, March 09, 2009

Pyjamas Javascript Compiler: Dynamic Module Loading

Advogato: Pyjamas Javascript Compiler: Dynamic Module Loading: "As part of a reorganisation of Pyjamas, best known as a python port of GWT, dynamic module loading using AJAX has been added. The deployment of dynamic module loading results in over a 60% reduction in the amount of javascript cache file sizes, as the modules can be shared across multiple platforms (GAE pyjamas users are hitting the app engine limit even with the simplest of apps, due to the old one-cache-file-per-platform design)."