Skip to content

smith/narwhal-jaxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Narwhal Jaxer Engine

This is an implementation of Narwhal on Aptana Jaxer.

Usage

In your Jaxer configuration (/local_jaxer/conf/config.js), set

Jaxer.Config.NARWHAL_HOME = "/path/to/your/narwhal";

The Jaxer loader looks for the NARWHAL_HOME environment variable, then the Jaxer.Config property, and finally defaults to /opt/narwhal.

Put narwhal or a link to it in your web directory and in a page:

<script runat="server" src="narwhal/packages/narwhal-jaxer/bootstrap.js"></script>

Notes

  • Many features and objects are not yet implemented, but the some of basics should work.
  • The Logger object does not yet use system.stderr, but instead outputs to the default Jaxer log (usually in JAXER_HOME/logs/jaxer.log.)

About

Narwhal Jaxer engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published