Current Version 2.1.1 : 2009/07/25
Engine is a framework for Web Applications, and may be used alongside most Web frameworks and libraries. Key differentiators include:
Engine is very easy to start using. Like every other framework, add a reference to the base script file to a Web page. For engine, that file is engcomp.js (Refer downloads for further details).
Use templates to encapsulate application UIs.
Use fragments to augment templates with additional XHTML and context-scoped script.
The following demonstrations run in this page.
<script type="text/javascript" src="{path}/engcomp.js" ></script>
<div
is-engine = "1"
engine-action = "{path}/tasks.xml"
engine-action-type = "xml"
engine-handler = "engine_driver"
engine-handler-type = "import-task"
engine-config = "self"
>
<h2>Engine Example</h2>
<p>[ example text ]</p>
</div>
The following reference demonstrations highlight key framework features.
[ Copyright Stephen W. Cote, 2000 - 2009. ]