Introduction

This artifact provides the jDTAUS Container, Context and Model reference implementation backed by document resources. It implements a runtime suitable for standalone, single-session applications.

The implementation supports documents conforming to schemas as listed in the following table. Support for deprecated schemas may be removed in next major releases so that it is recommended to upgrade any documents to conform to the latest schema before upgrading to such releases.

Namespace URI Schema location Introduced in End of support
http://jdtaus.org/core/runtime/container/xml jdtaus-module-1.0.xsd 1.0 2.0
http://jdtaus.org/core/runtime/container/xml jdtaus-module-1.1.xsd 1.1 2.0
http://jdtaus.org/core/model/container/module jdtaus-module-1.2.xsd 1.4 2.0
http://jdtaus.org/core/model/container jdtaus-container-1.1.xsd 1.5

To provide any documents to the implementation, an application's classpath needs to be setup to contain documents for use by the Model implementation which searches for classpath document resources located at META-INF/jdtaus/module.xml by default.