Registry Candidates for DWR

From MemberWiki

Jump to: navigation, search

This wiki page holds the Registry entry for DWR.

Contents

Status

Not yet approved.

Proposed Registry Entry

dwr: { 
  namespaceURI:"http://directwebremoting.org", 
  version:"2.0",
  globals_to_approve:
    [
    /* Used from 2.0 onwards */
    "dwr",

    /* Used in DWR 1.0, deprecated for dwr.util and dwr.engine in 2.0, maybe removed in 3.0 */
    "DWRUtil",
    "DWREngine"
    ]
}

Using new syntax

Here is the above content re-expressed using the new, revised syntax we discussed at the 2008-03-21 face-to-face meeting. Once we approve the new syntax, we should delete the snippet just above and leave the code just below.

dwr: { 
  namespaceURI:"http://directwebremoting.org", 
  version:"2.0",
  to_approve: {
    globals:
      [
      /* Used from 2.0 onwards */
      "dwr",

      /* Used in DWR 1.0, deprecated for dwr.util and dwr.engine in 2.0, maybe removed in 3.0 */
      "DWRUtil",
      "DWREngine"
      ]
   }
}

Does this toolkit use any markup extensions, such as new elements, new attributes on existing HTML elements, or any custom CSS classnames?

No.

Discussion

None so far.

Personal tools