OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RDDL] Java Object Model



I've updated the RDDL java implementation and begun a short description of
the Java object model at http://www.rddl.org/RDDL-JOM.html

Notably a namespace is defined as a container of resources. Each resource is
indexed by an identifier which is an XPointer which locates the
rddl:resource within the RDDL document. A container is a general mapping of
URIs to Resources and is derived from a Namespace (a Namespace may also be
seen as a restriction of a Container -- whose URI part is the namespace)

The code is also available at: http://www.rddl.org/rddl.jar
Javadoc is available at http://www.rddl.org/docs/

(of course you could have found all this out from the spec which references
these resources :-)

-Jonathan