Changeset 8914

Show
Ignore:
Timestamp:
05/08/08 18:58:19 (7 months ago)
Author:
hannes
Message:

* replace importModuleAs() with importModule() calls

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • helma-ng/trunk/demo/app.js

    r8874 r8914  
    1818 
    1919// import application and server module 
    20 importModuleAs('helma.rhino', 'rhino'); 
    21 importModuleAs('helma.jetty', 'jetty'); 
     20importModule('helma.rhino', 'rhino'); 
     21importModule('helma.jetty', 'jetty'); 
    2222 
    2323// define native host classes used by helma web apps 
  • helma-ng/trunk/demo/main.js

    r8868 r8914  
    44importFromModule('helma.skin', 'renderSkin'); 
    55// mount web app module on /mount/point/ 
    6 importModuleAs('webmodule', 'mount.point'); 
     6importModule('webmodule', 'mount.point'); 
    77// continuation support 
    88importModule('helma.continuation'); 
    99 
     10// importModule('helma1bridge'); 
     11 
     12// importModule('minidemo.main', 'minidemo'); 
    1013 
    1114// the main action is invoked for http://localhost:8080/