Engine 2.0 and Account Manager 4 were updated to include support for Distributed Web Application Components
Anonymous use is coming soon. In the meantime, registered users can access the /DWAC/ builder as /DWAC/{username}. For example, my builder is located at /DWAC/steve/.
The DWAC Builder bundles together several development tools for Engine.
DWAC Explorer
The DWAC Explorer provides a launch point for the Profiler, API Browser, and for browsing Components, Templates, Fragments, and DWAC Bundles.
Builders
At present, there are three types of builders: Template Builder, Fragment Builder, and Component Builder. The DWAC Bundle tool is coming soon.
Each builder includes New, Save, and Delete functionality handled by the Account Manager 4 DWAC Handler, and the special Running feature to test the code, alongside with example HTML and Script to show how to re-use the tested component on your own Web page.
- Component Builder - Quickly create Application Components with a number of demonstration variations.
- Template Builder - Templates are a means to quickly display and change user interface elements via Application Componnets, and make it very easy to manage Virtual Forms. The Template Builder includes a few demonstration variations and a feature to link in fragments.
- Fragment Builder - Fragments are reusable XHTML and embedded script sections.
Running Feature
After developers create their Component, Template, or Fragment, they can test it immediately by running it in an on-demand Running engine.
The active object can be sent to the inline Active Source tool to make queries against the live object.
If the Engine Profiler is open before the component is run, the profiler results can be filtered to only show the actively used Engine objects.
Engine Profiler
The Engine Profiler is an inline development tool for working with Engine, and includes a number of helpful features.
Try the Engine Profiler.
- Running Engine Stats - browse through the current in-memory objects and statistics of Engines, Tasks, Transactions, Application and XHTML Components.
- Active Source - This is an inline version of the Active Source tool available as part of the JavaScript Profiler.
- Script Profiler - This is an inline version of the Script Profiler tool available as part of the JavaScript Profiler.
- XML/XSL Tool - This is the same inline tool used for the XSL Primer document.
API Browser
The API Browser is an inline documentation browsing tool for quickly looking up the core Engine API.
Try the API Browser.