|
| Reference dojo.E Markup referencedojo.E's Markup allows developers to create Dojo widgets via XML markup. This is done by including <script>
tags with the attributes: type="dojoe/xml" and dojoType="dojoe.XmlScript". dojo.E Markup engine
converts well-formed XML into HTML and Dojo. dojo.E Runtime referencedojo.E's Runtime distribution allows easy manipulation of the DOM through XPath and a set of XML expressions called XModify. It also offers Macros and a JavaScript API to provide access to XModify programmatically. When dojo.E Runtime is used together with dojo.E Markup, it allows developers to use XML markup to make UI changes after
a HTML page is loaded. Internet Messaging Bus ReferenceIMB is an enhanced, HTTP-based communications layer that provides reliable, secure two-way message processing between Web servers and clients to support
the clustering, load balancing, and transactional integrity demands of low latency, asynchronous applications. |