I'm trying to modify the examples (ie, showcase) to load the examples by section (other, panels, widgets) by using the dynamic module and specifically the ajax_import function. I'm compiling the python demos by using a modified compile.py script which creates 3 separate demo files. Really all I'm doing is splitting up the demos into 3 files that will be loaded dynamically when a user opens up one of the branches in the tree. My reasoning for this, is that it takes quite a while to load the current showcase example, and the gwt showcase version seems to use some type of dynamic loading. I believe this will speed up the initial loading of the application.
What changes need to be made to the output of the showcase compile.py script to use it with dynamic.ajax_import ? Thanks! Billy --
