OpenAjax Hub 1.1 Specification Implementation Metadata
From MemberWiki
NOTE: This wiki page holds part of the early draft specification for OpenAjax Hub 1.1. It contains all of the finalized and approved content from the OpenAjax Hub 1.0 Specification, plus draft text for the new features in OpenAjax Hub 1.1. Text repeated from the Hub 1.0 spec isidentified by the string [HUB10]. The draft text for the features that are new to Hub 1.1 is identified by the string [HUB11]. At this point, the new features are very early in development and have received little or no review by the Interoperability Working Group. All of the new features should be treated by the community as a work in progress that is not yet ready for use by the community.
9 Implementation Metadata
NOTE: So far, the chapter is simply a repeat of the same chapter from the [HUB10] spec.
This chapter describes the metadata that implementations of the Hub MUST provide.
Implementation Metadata Fields
- OpenAjax.hub.implementer
- Required or optional
- Required
- Type
- String
- Description
- Some sort of GUID, such as a URL, that uniquely identifies the organization that has produced this particular implementation of the OpenAjax Hub specification. For example, the open source reference implementation of the OpenAjax Hub at http://openajaxallianc.sourceforge.net sets this metadata field as follows:
OpenAjax.hub.implementer="http://openajax.org"
- OpenAjax.hub.implVersion
- Required or optional
- Required
- Type
- String
- Description
- Implementation-specific version number for this particular implementation,in the form of #[.#]*, such as "1", "1.1" or "1.20.2".
- OpenAjax.hub.specVersion
- Required or optional
- Required
- Type
- String
- Description
- Version number of the OpenAjax Hub specification that this implementation supports, in the form of #[.#]*, such as "1", "1.1" or "1.20.2".
- OpenAjax.hub.implExtraData
- Required or optional
- Optional
- Type
- Object
- Description
- If present, can be null. An arbitrary Object holding extra information about this particular implementation of the OpenAjax Hub.
