NOTE-backplane-20061116 37.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="EN">
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
  <title>Rich Web Application Backplane</title>
  <style type="text/css">
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

ol.enumar      { list-style-type: decimal; }
ol.enumla      { list-style-type: lower-alpha; }
ol.enumlr      { list-style-type: lower-roman; }
ol.enumua      { list-style-type: upper-alpha; }
ol.enumur      { list-style-type: upper-roman; }


div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}

.xmlverb-default          { color: #333333; background-color: #ffffff; font-family: monospace }

.xmlverb-element-name     { color: #990000 }

.xmlverb-element-nsprefix { color: #666600 }

.xmlverb-attr-name        { color: #660000 }

.xmlverb-attr-content     { color: #000099; font-weight: bold }

.xmlverb-ns-name          { color: #666600 }

.xmlverb-ns-uri           { color: #330099 }

.xmlverb-text             { color: #000000; font-weight: bold }

.xmlverb-comment          { color: #006600; font-style: italic }

.xmlverb-pi-name          { color: #006600; font-style: italic }

.xmlverb-pi-content       { color: #006666; font-style: italic }</style>
  <link type="text/css" rel="stylesheet"
  href="http://www.w3.org/StyleSheets/TR/W3C-CG-NOTE"/>
</head>

<body>

<div class="head">
<p><a href="http://www.w3.org/"><img width="72" height="48" alt="W3C"
src="http://www.w3.org/Icons/w3c_home" />
</a></p>

<h1><a id="title" name="title"></a>Rich Web Application Backplane</h1>

<h2><a id="w3c-doctype" name="w3c-doctype"></a>W3C Coordination Group Note 16 November 2006</h2>
<dl>
  <dt>This version:</dt>
  <dd><a href="http://www.w3.org/TR/2006/NOTE-backplane-20061116">http://www.w3.org/TR/2006/NOTE-backplane-20061116</a></dd>
  <dt>Latest version:</dt>
  <dd><a href="http://www.w3.org/TR/backplane">http://www.w3.org/TR/backplane</a></dd>
  <dt>Previous version</dt>
  <dd><a href="http://www.w3.org/2006/08/backplane/">http://www.w3.org/2006/08/backplane/</a></dd>
  <dt>Editors:</dt>
    <dd>Mark Birbeck, x-port.net</dd>
    <dd>John Boyer, IBM</dd>
    <dd>Al Gilman, W3C Invited Expert</dd>
    <dd>Kevin Kelly, IBM</dd>
    <dd>Steven Pemberton, CWI, W3C</dd>
    <dd>Charlie Wiecha, IBM</dd>
</dl>

  <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 2006 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
</div>
<hr />

<div>
<h2><a id="abstract" name="abstract"></a>Abstract</h2>

<p>This paper introduces the concept of a "Rich Web Application Backplane" --
a set of common building blocks for web applications. We argue that
submission, data models, model-view binding and behavior, and web components
can provide a common infrastructure for multiple markup formats. Further, we
propose a common infrastructure for both declarative and imperative web
programming languages. By aligning APIs and their declarative
representations, we hope to support both implementation approaches and
increase interoperability between them.</p>
</div>

<div>
<h2><a id="status" name="status"></a>Status of this Document</h2>

<p>This paper has been released by the <a
href="http://www.w3.org/MarkUp/CoordGroup/">W3C Hypertext Coordination
Group</a> to stimulate discussion of common building blocks for web
applications. The paper contains preliminary thoughts and is intended as a
starting point for further conversation and collaboration among interested
Working Groups.</p>

<p><em>This section describes the status of this document at the time of its
publication. Other documents may supersede this document. A list of current
W3C publications and the latest revision of this technical report can be
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
at http://www.w3.org/TR/.</em></p>

<p>Publication as a Coordination Group Note does not imply endorsement by the
W3C Membership. This is a draft document and may be updated, replaced or
obsoleted by other documents at any time. It is inappropriate to cite this
document as other than work in progress.</p>

<p>The disclosure obligations of the Participants of this group are described
  in the <a href="http://www.w3.org/2002/12/HCGcharter.html">charter</a>.</p>

<p>Comments on this document are welcome. Please send them to the public
mailing list <a href=""></a><a
href="mailto:public-backplane-comments@w3.org">public-backplane-comments@w3.org</a>
(<a
href="http://lists.w3.org/Archives/Public/public-backplane-comments/">archive</a>).</p>

<p>This document was produced under the <a
href="http://www.w3.org/TR/2002/NOTE-patent-practice-20020124">24 January
2002 CPP</a> as amended by the <a
href="http://www.w3.org/2004/02/05-pp-transition">W3C Patent Policy
Transition Procedure</a>.</p>
</div>

<div class="toc">
<h2><a id="contents" name="contents"></a>Table of Contents</h2>

  <p class="toc">1 <a href="#intro">Introduction</a><br />
2 <a href="#backplane">What is the Rich Web Application Backplane?</a><br />
3 <a href="#submission">Submission</a><br />
4 <a href="#datamodel">Data Model</a><br />
5 <a href="#events">Events and Lifecycle</a><br />
6 <a href="#usecases">Use cases</a><br />
7 <a href="#accessibility">Accessibility</a><br />
8 <a href="#discussion">Discussion</a><br />
9 <a href="#conclusion">Conclusion</a><br />
</p>
</div>
<hr />

<div class="body">

<div class="div1">
<h2><a id="intro" name="intro"></a>1 Introduction</h2>

<p>Web 2.0 combines a desire for increasing interactivity and responsiveness
in Web applications, together with a desire to drive an exponentially growing
source of applications through component-based (e.g. “mash-up”) rather
than monolithic design methods. Interactivity and responsiveness result
largely from asynchronous programming methods where the traditional page
replacement design is replaced by enhanced client-side processing and
incremental server interactions. Server interactions may either refresh data
or presentation controls, without the disruption in end-user experience
caused by complete page replacement. Component-based designs have resulted
from the increasing trend of web authors to expose APIs within their
client-side code, allowing for downstream (i.e. after page-generation)
extension of those components with value-added data or presentation elements
– not anticipated or controlled by the original page author.</p>

<p>There are a number of efforts underway in the W3C today that are oriented
toward increasing web application responsiveness and/or toward supporting
composition-based programming models. The Web Apps APIs WG has in its charter
extensions to XMLHTTP, the backbone of AJAX applications. XForms has an
asynchronous &lt;submission&gt; element which similarly is used to
incrementally refresh content between its data model and the server. This
paper proposes that there are a number of such common building blocks
underlying web application design that cut across boundaries of working
groups, boundaries of namespaces (XHTML, XForms, SVG, VoiceXML, etc), and
that cut across boundaries of procedural (e.g. scripting) vs. declarative
programming styles. By working toward a common definition of those building
blocks, which we call a “rich web application backplane” we can support a
more pluggable and composable infrastructure for web developers, without
constraining their choice of namespace or programming technology, and hence
accelerate the ecosystem of web 2.0 developers.</p>
</div>

<div class="div1">
<h2><a id="backplane" name="backplane"></a>2 What is the Rich Web Application
Backplane?</h2>

<p>In the introduction, above, we began by identifying one element of the
backplane: a common approach to “submission”. To be common across both
scripting and declarative programming models, this component should define a
lifecycle of events which can be driven by either script-based or declarative
handlers. In much the same way as the DOM event API has been aligned with XML
Events, the submission behavior can be defined consistently for both
programming styles allowing developers to choose their preferred
implementation technologies – and indeed to combine them in a single
application with coherent behavior. </p>

<p>Other components that might be valuable as common web client
infrastructure in the backplane are shown in Figure 1, below. They include an
XML-based data model with associated support for validation and
transformation handlers. As in the case with submission, the goal here would
be to understand the underlying lifecycle of a data model – value change,
validate, change-notify – rather than picking a single instance
representation or schema language. The common lifecycle allows for
application fragments (potentially still built with different technologies)
to be composed more readily by plugging into a shared backplane of behavior.
</p>

<table>
  <tbody>
    <tr>
      <td rowspan="1" colspan="1"><img src="images/backplane.png"
        alt="Toward a common backplane for rich web applications" />
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1">Figure 1: Rich Web Application
      Backplane</td>
    </tr>
  </tbody>
</table>

<p>Perhaps the key aspect of the rich web backplane shown in Figure 1, above,
is not a component itself but the data binding expressions and event
lifecycle supporting their behavior across components. Data binding
expressions can be used within and across the “model”, “view”, and/or
“controller” of a web page. The figure shows an extensible set of view
namespaces using a common data binding notation and lifecycle to connect to
their model. Note that the figure does not mean to imply necessarily that
multiple namespaces are present in any given page, just that view
technologies build off a shared approach to data binding. Note also that data
binding is likely a key aspect of the backplane even for web pages that do
not adopt a formal MVC design pattern – for example dynamically to relate
properties in one view element to another. </p>

<p>Finally, we suggest that the backplane could support a “loose
coupling” style of interaction among components. By plugging into the
backplane, and listening to and raising data change events on it, mash-ups
might be created with fewer dependencies on the internal design of their
embedded components. New controller languages, like the State-Chart XML being
defined in the Voice Browser WG, could further simplify the job of responding
to events on the backplane and hence help mash-up authoring become possible
for increasing numbers of developers. </p>
</div>

<div class="div1">
<h2><a id="submission" name="submission"></a>3 Submission</h2>

<p>What is submission? At its most general submission first serializes some
data to send…then sends it to some end-point…and gets various events to
track progress…before receiving some data back. </p>

<p>A typical use for submission is to send data using HTML and VoiceXML
forms; however this usually replaces the ‘current form’ and hence is
disruptive to user experience. See the figure "HTML submit". </p>

<div class="exampleOuter">

<div class="exampleHead">
HTML submit</div>

<div class="exampleInner">
<pre>      &lt;submit
                 next="log_request"
                 method="post"
                namelist="name rank serial_number" 
                 fetchtimeout="100s"
                 fetchaudio="audio/brahms2.wav"
                /&gt;      </pre>
</div>
</div>

<p>A second use is to send and receive data in Ajax, where authors usually
try not to replace the current page, as in the figure "AJAX server
interaction" below.</p>

<div class="exampleOuter">

<div class="exampleHead">
AJAX server interaction</div>

<div class="exampleInner">
<pre>var req;
                
function loadXMLDoc(url) {
// native XMLHttpRequest object
if (window.XMLHttpRequest)
{
        req = new XMLHttpRequest();
        req.onreadystatechange = readyStateChange;
        // IE/Windows ActiveX version
        } else if (window.ActiveXObject)
                req = new ActiveXObject("Microsoft.XMLHTTP");
                    
        if (req)
        {
r                eq.onreadystatechange = readyStateChange;
                req.open("GET", url, true);
                req.send();
        }
}

function readyStateChange() {
        // '4' means document "loaded"
    if (req.readyState == 4)
    {
                // 200 means "OK"
                if (req.status == 200)
                {
                        // do something here
            } else  {
            // error processing here
        }
    }
}
      </pre>
</div>
</div>

<p>XForms defines an abstract submission layer with one element,
&lt;submission&gt;. Data and submission are separated in the model, allowing
for multiple policies for serialisation, validation, and relevance to be
applied to the same data as appropriate.</p>

<p>XForms submission lifecycle includes events for start, done, and error.
Using these events, one submission can be easily triggered by the success of
another. See the figure "XForms submission", which illustrates the use of
XForms to replace model data incrementally without a disruptive page
refresh.</p>

<div class="exampleOuter">

<div class="exampleHead">
XForms submission</div>

<div class="exampleInner">
<pre>&lt;xf:submission
 id="sub"
 method="get"
 action="http://example.com/customers"
 replace="instance“
 instance="inst-contact-list"
/&gt;
</pre>
</div>
</div>

<p>So what’s missing to bring these two approaches together? At least the
following: </p>
<ul>
  <li><p>Proper mapping to a DOM API: not XMLHttpRequest…some of the best
    work being done is in wrappers like Dojo, TIBET, etc. </p>
  </li>
  <li><p>More notification events: ‘about to serialise’…’about to
    validate’…etc. </p>
  </li>
  <li><p>Synchronisation of events: e.g. to do things when two submissions
    have both finished. One approach could be to leverage controllers such as
    the State-Chart XML language emerging in the Voice Browser working group.
    SCXML is a generic state-based controller for synchronising interaction
    events in any namespace not just VoiceXML or CCXML.</p>
  </li>
</ul>
</div>

<div class="div1">
<h2><a id="datamodel" name="datamodel"></a>4 Data Model</h2>

<p>The role of the data model in a Rich Web application is to serve as a
bridge between end-users and the business services with which they interact.
An XML data model can be seen as a mobile agent that carries with it selected
business rules (e.g. bind statements in XForms) for interacting both with
humans on the front-end and with a service-oriented architecture (SOA) on the
back-end. Such intelligent XML objects provide value through improving
interactivity on the client by moving validation closer to the point of
contact with the user. They also allow for selected business rules to be
carried with their associated data providing validation during disconnected
use.</p>

<p>It is important to stress that all applications may not require the full
set of function outlined here. We propose a modularized definition of a data
model for the Rich Web application backplane that includes the following
features:</p>
<ul>
  <li><p>Data instances: Support for storing data in one or more instances of
    a model, each sharing the metadata of that model (e.g. schema,
    constraints).</p>
  </li>
  <li><p>Validation: Data models may also have associated validation rules,
    provided through XML Schema, Relax-NG, RDF, or other schema technologies.
    Validation rules may also be associated with instances using lightweight
    n otations such as the type attribute in XForms for those applications
    not requiring full schema support or running on small platforms.</p>
  </li>
  <li><p>Constraints: As a mobile agent, it is often important for data
    models to be augmented with business rules – for example constraining
    the values or structure of elements in the model as a function of data
    entered by the user – in order to support as much validation not just
    of syntactic aspects of data but selected semantics as well – as close
    to the user as possible. </p>
  </li>
  <li><p>Actions: May be declarative or script-based handlers to respond to
    model change events.</p>
  </li>
</ul>

<p>We look below at a series of use cases that involve increasing levels of
these data model features.</p>
</div>

<div class="div1">
<h2><a id="events" name="events"></a>5 Events and Lifecycle</h2>

<p>Within W3C and outside, much use is being made of events and event
handling. Specs such as HTML and XForms use events as the hook for adding
interactive functionality, and defining the processing model through
sequences of events.</p>

<p>And then there are:</p>
<ul>
  <li><a href="http://www.w3.org/TR/DOM-Level-3-Events/">DOM3 Events</a></li>
  <li><a
    href="http://www.w3.org/MarkUp/Group/2004/WD-xml-events-20041122/">XML
    Events 2</a></li>
  <li><a
    href="http://www.w3.org/MarkUp/Forms/Group/Drafts/1.1/intent-based-events.html">Abstract
    or intent based events</a></li>
  <li><a
    href="http://www-128.ibm.com/developerworks/webservices/library/specification/ws-eventing/">Events
    over the wire</a></li>
  <li><a
    href="http://www.w3.org/MarkUp/Group/2003/WD-xml-handlers-20030609/">XML
    Handlers</a></li>
  <li><a
    href="http://www.w3.org/MarkUp/Forms/Group/Drafts/css-events.html">CSS
    Events</a></li>
  <li><a href="http://www.w3.org/TR/xbl/">XBL Eventing</a></li>
  <li><a href="http://www.w3.org/TR/2006/NOTE-rex-reqs-20060202/">Remote
    Events for XML</a></li>
</ul>

<p>Events are important to many groups, especially those related to
interactive content. Groups that are clearly involved include: HTML, Forms,
SVG, WAI, Voice, SYMM, DI, CDF and Web API. What is needed is a unified
approach across W3C, preferably in a generic way so that compound documents
can operate in a consistent manner.</p>

<p>Topics that have to be addressed in the events area include:</p>
<ul>
  <li><p>Device independence</p>
  </li>
  <li><p>Accessible eventing</p>
  </li>
  <li><p>Standard events for frequently occurring use cases.</p>
  </li>
  <li><p>XML-generic markup for handlers</p>
  </li>
  <li><p>Scripted and declarative handlers</p>
  </li>
  <li><p>Methods for binding events and handlers</p>
  </li>
  <li><p>Security issues when binding cross-document</p>
  </li>
  <li><p>Cross-namespace issues in compound documents</p>
  </li>
  <li><p>Integrating event approaches (such as merging SMIL and Voice/CCXML
    events with the DOM approach).</p>
  </li>
</ul>

<p>As an example of the above topics, when addressing device independence we
need to consider the difference between a click on a link and activating a
link (which can happen via different approaches). Similarly you want to
unlink the connection between how someone scrolls down, and the act of
scrolling down, or how someone asks for help, or exits, and so on. This topic
is closely related to accessibility for events as well.</p>

<p>A second example from the above list is XML-generic markup for handlers.
HTML/XHTML/SVG have markup for binding to handlers via &lt;script&gt;. XML
Events is a generic syntactic binding to DOM 2 events, but it is
(deliberately) vague about what a handler looks like. We need a W3C-wide
markup for handlers.</p>

<p>A backplane for event handling would be based on DOM 3 events, and allow a
multi-namespace document to communicate over all the subparts using the same
event mechanism.</p>
</div>

<div class="div1">
<h2><a id="usecases" name="usecases"></a>6 Use cases</h2>

<p>Having considered what we might propose for a backplane’s submission,
data model, or lifecycle, let’s now look at a few use cases of the
framework shown in figure 1 above. To emphasize that elements of the
backplane must be useful individually, without requiring adoption or buy-in
to the broader framework, we’ll begin by looking at submission processing
alone. Then we show how the introduction of an XML data model – with or
without associated validation processing – adds incremental value. Adding
data binding and update events comes next, either to coordinate changes
within or across model and view components. Finally, loose coupling is
considered by adoption of a coarser-grained web component model again linked
by data binding and change events on the backplane. </p>

<div class="div3">
<h4><a id="ajax" name="ajax"></a>6.1 Asynchronous client-server interaction
and &lt;submission&gt;</h4>

<p>Figure 2 is a high-level schematic of a common AJAX use case, in which
page content is updated incrementally to respond to some user action. In this
example, the US “1040” tax form is augmented with an additional tab to
help the user complete verify whether a dependent child is eligible for a tax
exemption or not. In the example a focus event on the child’s name field
could be used to trigger a handler that would then interact with the
submission object to pull the HTML markup for the exemption tab and when it
arrives to then insert it into the running form at the appropriate point
likely under the root &lt;div&gt; tag of the form. </p>

<table>
  <tbody>
    <tr>
      <td rowspan="1" colspan="1"><img src="images/ajax.png"
        alt="Figure 2: non-MVC asynchronous submission" />
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1">Figure 2: non-MVC asynchronous
      submission</td>
    </tr>
  </tbody>
</table>

<p>This is a fairly conventional use case for AJAX developers. The point
here, however, is to propose that as a community we converge the API and
event lifecycle of the submission object with its declarative representation
– in a follow-on to the XForms &lt;submission&gt; tag. Having done so, then
developers will be free to write either script-based handlers for the above
logic or implement it using a declarative action markup such as in XForms.
</p>

<p>It is likely over time that complex web applications such as this tax
example will actually be authored by multiple organizations and run as a
composite application, or mash-up. The base 1040 form, for example, might be
provided by the US Internal Revenue Service. The “wizard” for computing
child exemption eligibility, however, might be provided by a third party tax
advisor such as Kiplinger or H and R Block. Different organizations may make
different choices among programming models, markups, and declarative vs.
script-based implementations. A converged API and event lifecycle for
components such as submission will be key to bringing such separately
developed code fragments together easily into a coherent overall application.
</p>
</div>

<div class="div3">
<h4><a id="modelsubmit" name="modelsubmit"></a>6.2 Submission coupled with
XML data model</h4>

<p>Figure 3 extends the asynchronous view update in the first example by
introducing XML data models for the real-time locations of commuter trains in
Dublin – which are to be overlaid on the corresponding map provided by, for
example, Google, Yahoo, or another web mapping service. The interaction
between client and server is unchanged from the above example and uses the
same submission object as before. The introduction of a data model separate
from its view allows for “headless” applications such as this one in
which the consuming component essentially has only a model and controller,
and is reusing the map component’s view for its purposes as well. </p>

<table>
  <tbody>
    <tr>
      <td rowspan="1" colspan="1"><img src="images/modelsubmit.png"
        alt="Figure 3: Introducing a data model" />
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1">Figure 3: Introducing a data model</td>
    </tr>
  </tbody>
</table>

<p>We outlined in more detail above the services that an XML model adds to
the rich web backplane. In addition to storage for data instance values, the
model might provide validation through an associated schema (using various
notations) and/or non-schema constraints such as those in XForms &lt;bind&gt;
expressions. The model will likely define its own event-based lifecycle
which, as in the submission component, allows associated handlers to track
the progress of model value changes and validation.</p>
</div>

<div class="div3">
<h4><a id="databinding" name="databinding"></a>6.3 Data binding and update
lifecycle</h4>

<p>Most applications have their own views to present and interact with data
in associated models, and hence require a binding notation and update
lifecycle for coordinating changes between model and view. Figure 4
introduces the notion of a “container” or page lifecycle – a standard
series of events triggered either by view updates to the model or inversely
by model changes perhaps triggered by asynchronous updates from the server or
associated mash-up component. </p>

<table>
  <tbody>
    <tr>
      <td rowspan="1" colspan="1"><img src="images/mvc.png"
        alt="Figure 4: Introducing MVC design with update events" />
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1">Figure 4: Introducing MVC design with
        update events</td>
    </tr>
  </tbody>
</table>

<p>By linking multiple views to a common, shared, data model the example in
Figure 4 also suggests that this page lifecycle can be an effective means to
coordinate behavior across a number of cooperating components – without
requiring explicit wiring pairwise among those components to achieve their
coordination. This is a clear benefit of a “backplane”- oriented
architecture in that it replaces O(n^2) view to view wirings with O(n)
wirings between each view and its associated data. </p>
</div>

<div class="div3">
<h4><a id="webcomponents" name="webcomponents"></a>6.4 Loose coupling of web
components</h4>

<p>The final use case, shown in Figure 5, takes the loose coupling idea one
step further. Some applications built from multiple components, as is the
case for multimodal interaction for example, may require variations on the
data models used by each component. An approach whereby they bind directly to
a single shared data model may not provide the flexibility required. Figure 5
supports this use case by allowing for multiple models to be plugged into the
parent web page backplane and for an event-based lifecycle similar to that in
the previous example to coordinate data changes among the multiple models in
a manner similar to that used for model to view updates.</p>

<table>
  <tbody>
    <tr>
      <td rowspan="1" colspan="1"><img src="images/webcomponents.png"
        alt="Figure 5: Loose coupling of web components" />
      </td>
    </tr>
    <tr>
      <td rowspan="1" colspan="1">Figure 5: Loose coupling of web
      components</td>
    </tr>
  </tbody>
</table>
</div>
</div>

<div class="div1">
<h2><a id="accessibility" name="accessibility"></a>7 Accessibility</h2>

<p>In order to afford functional and usable web applications we must support
the user in orientation, actuation, and use. Orientation refers to a user's
ability to answer questions such as: where am I?, what is there?, and what
can I do? Actuation means the ability to control the application via an
extensible set of input modes, including keyboard and by driving the
application by automation from related add-on components -- in effect
altering the "Where am I" point above. To be usable an application must
afford a low task failure rate and reasonable task completion time.</p>

<p>To be accessible, the function and usability of the application has to
survive gaps in the abilities of the human user. It can't be critically
dependent on any modality of display or actuation. And it has to be held
together in a sufficiently flexible and overtly explained way so that the
orientation still hangs together under altered conditions of display or
input.</p>

<p>A general requirement on Information and Communication Technologies (ICT)
is that they both optimize direct, or in-built accessibility, and also
support accessibility by affording compatibility with assistive technology
(AT). Assistive technologies provide alternative navigation, presentation,
and interaction modes with the underlying content of installed applications.
They do so with the aid of technical contracts in the form of APIs that have
been established by the application development platforms, operating systems
and sometimes programming languages, to create a crossbar-switch
combinability between applications and assitive technologies. Web
applications need to participate in this compatibility.</p>

<p>Unfortunately, the way rich web applications have grown up using script to
add interactive behavior to web pages, the communication with the platform
accessibility APIs has been lost. Browsers can map the stable semantics of
HTML elements to the accessibility APIs, but the scripted behaviors are
opaque in this regard. There is inadequate information shared to construct
the binding of the application to the API.</p>

<p>The Accessible Dynamic Web Content Roadmap identifies missing
functionality in current web development methods and defines document schemas
and ontologies to better support web developers in authoring accessible
content. It gets enough information about scripted widgets into the web page
in recognizable form so the browser can connect the application with the
accessibility API of whatever platform it is running on. The Roadmap document
focuses on getting the core functionality -- communication with the
accessibility API in the operating environment -- restored with a minimum of
change in the programming style of the application developer.</p>

<p>The backplane concept developed here is a bit more ambitious -- implement
reusable functionality that the application developer will thank you for, not
just what she will ask you for. A backplane for rich web applications has the
opportunity not only to do it, but do it 'right.' Re-engineer the internals
to capitalize on what XML, the DOM, XML Events, etc. give us.</p>

<p>The roadmap identifies platform requirements for authoring accessible
content such as the need to surface application states and properties via a
well-defined API such as provided by the XML DOM. The roadmap defines
ontologies of the XHTML role attribute to establish essential communication
between interactive web content and assistive technologies that need to
understand that content and what it is doing as it interacts with the
user.</p>

<p>The backplane aims to support an application development style in which
components can be reused by application developers who didn't develop the
components. This requires a certain management level of visibility into the
components -- adequate for planning successful compositions. [In addition to
the binding glue to carry out the composition.] The information that this
downstream application developer needs in order to plan successful
compositions, and the information the assistive technology needs to assure
successful orientation and actuation in the user's adapted delivery context,
are very much the same. In our development of a methodology and supporting
technology for recombinant application components, we will find that often
assistive technology has pioneered in functional areas we need. The
accessibility APIs and the information that they expect from appliications
are a case in point.</p>

<p>Communicating with the assistive technologies is functionality that is
widely needed but lightly exercised. This makes it natural to allocate this
functionality to underlying infrastructure such as the backplane we
contemplate here. Delivering full-function compatibility with assistive
technology, while at the same time maximizing the direct accessibility of the
Web is a W3C imperative. The good news is that this is a clever way to assure
the robustness of the backplane contract with its customers, the component-
and application-developers. This robustness could well be essential for the
success of the backplane as a network-effect must-have platform.</p>
</div>

<div class="div1">
<h2><a id="discussion" name="discussion"></a>8 Discussion</h2>

<div class="div3">
<h4><a id="decvsproc" name="decvsproc"></a>8.1 I don’t believe in
declarative languages, why should I care about this backplane stuff?</h4>

<p>We hope this paper has clarified that the backplane is not about
declarative vs. procedural languages. For a variety of valid reasons, web
applications will continue to be developed in both script-based and
declarative languages. The goal of the backplane is to allow these components
to work together in the mash-ups becoming increasingly important in
high-function web applications. The approach we propose is to align APIs and
the lifecycle/behavior of declarative languages (e.g. DOM events and XML
events, XMLHTTP and XForms submission) to make possible their
interoperability.</p>
</div>

<div class="div3">
<h4><a id="whynotformats" name="whynotformats"></a>8.2 Why aren’t you
talking about Web Application formats as well?</h4>

<p>We believe there are a number of valid reasons why a variety of markup and
indeed non-markup formats will continue exist for presentation (view)
technologies. SVG will exist alongside HTML, alongside VoiceXML for obvious
reasons. Even within the GUI space, some platforms will have their own markup
formats that make sense for their communities or presentation styles – for
example XML representations of Eclipse rich client widgets. This, this paper
isn’t about picking one markup format but understanding the underlying
integration technologies which will make it easier for them to operate
together. </p>
</div>

<div class="div3">
<h4><a id="mvcsucks" name="mvcsucks"></a>8.3 This MVC stuff has been tried
before and never works. If I don’t use it why should I care about the Rich
Web Backplane?</h4>

<p>The backplane does not require adoption of an MVC page design. See the
above use cases for examples where the backplane can add value even to
non-MVC page designs – in particular through a common approach to
submission behavior. </p>
</div>

<div class="div3">
<h4><a id="infrastructure" name="infrastructure"></a>8.4 What really is the
backplane if it allows for all these variations among view namespaces and
declarative vs. scripting programming styles?</h4>

<p>The backplane is about the integration infrastructure that allows the
multiple pieces of a web page to compose. The key features include a common
page lifecycle (e.g. page load, submission), data model behavior
(instantiation, instance change, validate), and pluggable view and controller
technologies (binding to data model, refresh notification). These features
should enable an increased ability to build web apps by composition rather
than from scratch – which in turn drive an increased number and greater
functionality of web apps. </p>
</div>

<div class="div3">
<h4><a id="leapoffaith" name="leapoffaith"></a>8.5 Doesn’t the backplane
require a big leap of faith among developers?</h4>

<p>We should learn from the “Microformats” or RDF/A lesson here and
provide easy on-ramps for backplane adoption. In the W3C community, we might
start with some separable technologies such as the alignment between XMLHttp
and declarative submission behavior. A common data model, binding notation,
and model-view update events is another example. Over time, we could then
work toward more complete framework as the value of the backplane is
demonstrated by uptake in vendor and open source developer communities. </p>
</div>
</div>

<div class="div1">
<h2><a id="conclusion" name="conclusion"></a>9 Conclusion</h2>

<p>This paper has presented the concept of a set of common building block
technologies that would aid in the integration and composition of web
applications leveraging W3C formats and APIs. We have described a progressive
approach to exploring and defining such technologies based essentially on
dialog and collaboration across multiple communities, both in the W3C and
eventually in open source and vendor communities as well. Importantly, we
have tried to embrace a range of formats and languages by focusing on APIs,
event lifecycles, and component models rather than declarative vs. imperative
language choices.</p>

<p>We hope you take this paper in the spirit with which it was
intended...rather than seeking detailed agreement on its technical content,
our main goal has been to initiate a conversation. We hope you will
participate in this conversation, perhaps by suggesting and helping organize
follow-on activities to make a Web Backplane more than just the vision we
have introduced here!</p>
</div>
</div>
</body>
</html>