Registry Candidates for TIBCO PageBus
From MemberWiki
This wiki page holds the Registry entry for (our very own) OpenAjax Hub version 1.0:
Contents |
Status
Not yet approved.
Proposed Registry Entry
OpenAjax.Registry = {
PageBus: {
namespaceURI: "http://tibco.com/PageBus",
version: "1.2.0",
globals_to_approve:["PageBus"],
comments: "The PageBus object contains all global info related to TIBCO PageBus.",
specificationURI:"http://www.tibco.com/devnet/pagebus",
email: "weingram A-T tibco D-O-T com"
},
}
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.
PageBus: {
namespaceURI: "http://tibco.com/PageBus",
version: "1.2.0",
to_approve: {
globals:["PageBus"]
},
comments: "The PageBus object contains all global info related to TIBCO PageBus.",
specificationURI:"http://www.tibco.com/devnet/pagebus",
email: "weingram A-T tibco D-O-T com"
}
Discussion
Does this toolkit use any markup extensions, such as new elements, new attributes on existing HTML elements, or any custom CSS classnames?
Howard says: I am using Jon's proposed new format above. Note that TIBCO owns pagebus.com and pagebus.org.
