[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RDDL] Java Object Model
- From: Jonathan Borden <jborden@mediaone.net>
- To: xml-dev@lists.xml.org
- Date: Sat, 27 Jan 2001 20:28:47 -0500
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