Changeset 8914
- Timestamp:
- 05/08/08 18:58:19 (7 months ago)
- Files:
-
- helma-ng/trunk/demo/app.js (modified) (1 diff)
- helma-ng/trunk/demo/main.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
helma-ng/trunk/demo/app.js
r8874 r8914 18 18 19 19 // import application and server module 20 importModule As('helma.rhino', 'rhino');21 importModule As('helma.jetty', 'jetty');20 importModule('helma.rhino', 'rhino'); 21 importModule('helma.jetty', 'jetty'); 22 22 23 23 // define native host classes used by helma web apps helma-ng/trunk/demo/main.js
r8868 r8914 4 4 importFromModule('helma.skin', 'renderSkin'); 5 5 // mount web app module on /mount/point/ 6 importModule As('webmodule', 'mount.point');6 importModule('webmodule', 'mount.point'); 7 7 // continuation support 8 8 importModule('helma.continuation'); 9 9 10 // importModule('helma1bridge'); 11 12 // importModule('minidemo.main', 'minidemo'); 10 13 11 14 // the main action is invoked for http://localhost:8080/