[
Lists Home |
Date Index |
Thread Index
]
- From: "Bill la Forge" <b.laforge@jxml.com>
- To: <xml-dev@xml.org>
- Date: Tue, 8 Feb 2000 18:15:33 -0500
Quick is a tool for transforming XML documents into an applications's own objects.
Quick builds on SAX, and aims at ease of use while minimizing the coupling between
the markup language and the application code. It achieves this through the use of
an XML binding schema which establishes the relationship between XML elements
and Java classes at run time.
Documentation includes both a tutorial and a reference guide, with numerous examples.
Prior knowledge of XML is not required.
Quick has been released as Open Source (modified BSD).
Main page: http://www.jxml.com/quick/index.html
QDML schema: http://www.jxml.com/quick/schema/qdml.html
QJML binding schema: http://www.jxml.com/quick/schema/qjml.html
Download: http://www.jxml.com/download.html
Bill la Forge, CTO
JXML, inc.
|