Implementation Demonstrations
[ engine overview | imnmotion.com | Stephen W. Cote ]
These demonstrations were put together to help developers use the Engine for Web Applications framework.
Note: Mozilla 1.3b has a bug in the XSLT implementation that was fixed in the 1.3 release. The bug pretty much ruined the ability to perform XPath queries, and thus prevented both the Task Service and Engine Service from functioning correctly.
Version 0.7-2a
-
Demonstration #1
Basic engine implementation demonstration.
-
Demonstration #2
Engine implementation using a task list.
-
Demonstration #3
Engine implementation using an engine configuration file to import XHTML.
-
Demonstration #4
Part #1 of an engine implementation for creating a shopping transaction. This demonstration covers accessing and navigating product lists.
Note: Gecko/Mozilla users must use version 1.2 or later, which includes support for the XSLTProcessor.
-
Demonstration #5
Part #2 of an engine implementation for creating a shopping transaction. This demonstration covers collecting user data.
-
Demonstration #6
Part #3 of an engine implementation for creating a shopping transaction. This demonstration combines demonstration #4 and demonstration #5 to create a shopping tasklist.
Note: Gecko/Mozilla users must use version 1.2 or later, which includes support for the XSLTProcessor.
Version 0.8
-
Demonstration #7
Demonstration of using the Application Component package with an EngineService instance.
-
Demonstration #8
Demonstration of using the Application Component package with a raw text definition, and an external XML-based definition.
-
Demonstration #9
Demonstration of using Engine for local and/or offline Web applications.
Download: This demonstration is available for download: demonstration_9.tar.gz
-
Demonstration #10
Demonstration of effective component binding.
-
Demonstration #11
Demonstration of threading in an Application Component.
Version 1.0
-
Demonstration #12
Demonstration of a dynamic data provider in an engine configuration.
Version 1.1
Version 1.6
-
Demonstration #15
This demonstration shows a couple different ways to make an image slide show widget.
Version 1.7
-
Demonstration #16
This demonstration shows how to make a DHTML Window widget (or gizmo, as I've taken to calling it now).
Version 1.8
-
Demonstration #17
This demonstration expands on Demonstration #16, using the window gizmo to easily create a self contained wizard.
This is ideal for Web applications that make use of AJAX calls.
-
Demonstration #18
This demonstration expands on Demonstration #16, using the new template and embedded-script features for Application Components.
Version 1.9
-
Demonstration #19
This demonstration shows how to use Engine for Web Applications within a Windows Vista Sidebar Gadget.
This demonstration makes use of the Account Manager library, and requires SQLExpress.