XTAS project aimed to select/update XML data from both: non-persistent source that can be generated programmatically (Java stream, DOM, Mapped Java-Object etc) and persistent source that can be retrieved/stored in/from some XML-enabled *Resource* (XML file, XML enabled DB etc) with or without validation rules, locally or remotely.
Main features of this release:
ServletResource for dealing with XML under ServletContext
XMLDBResource for working with XML:DB compatible data sources (xmldb.org)
Remote XML source now supported - XML-RPC Client/Server
New XTASMLStatement with SAX ContentHandler
XTAS XML Middleware provides a significant simplification for the
Java-developers dealing with XML.
Release 0.5 beta - new features:
DTD Validation for I/O XML;
SAX based XML engine increasing the performance;
Explicitly Mapping for Java/XML Marshaller/Unmarshaller.
XTAS library provides a significant simplification for the Java-developers dealing with XML providing simple API to the querying/modification/transforming XML-enabled resources.
Version 0.3a is an *architecture improving* release created XTAS more flexible and clearer for query syntax expansion and object marshallers and resources plugging in.
XTAS library provides a significant simplification for the Java-developers dealing with XML providing simple API to the querying/modification/transforming XML-documents.
Version 0.2a is a completely refactored and mature by design release including test suite and example Web-application.
XTAS library provides a significant simplification for the Java-developers dealing with XML.