Includes everything XML, XSL, XSLT, XPath, XQuery, SAX...
Categories: Persistence - Data-tier, XML
Author: JNetDirect
Latest version: 1.1Added 2006-02-13
Bi-directional data mapping tool that eliminates the need to construct custom code in order to bring relational data into XML format.JSQLMapper allows for the creation of relational data entries into an XML format and a map of those entries into a relational data source.Features include:- Support for complex data relationships- Uses a JDBC connection to interact with the database to allow for a broad database engines support- CRUD (read/write/update/delete) support- Flexible document structuring- Stale write protection, dataset differencing and automatic merging- Schema generation- Object binding support- Support for all JDBC data types
Categories: Object-relational mapping, XML
Author: ExoLab Group
Latest version: 1.0Added 2006-06-07
Castor used to be supported by Exolab, but this not the case anymore and Castor has a new home.See http://javatoolbox.com/tools/castor for the latest information.
Categories: XML
Author: Objectwave
Latest version: 1.3.3 aAdded 2005-05-31
XML manipulation library.Features include: - Code ceneration: generate Java code from a DTD keeping XML documents and Java code in "sync".- XML manipulation: no more DOM (Document Object Model) to deal with, using the generated interfaces, you can manipulate an XML document as a standard Java object.- Reading and writing: in most cases a single method will read/write the XML to/from an object model.- DTD generation: take an existing Java class hierarchy and generate a DTD from it.- Ant integration: integrated with the Ant build tool, your DTD compilation becomes part of your standard builds.- Compatibility: XJR uses JAXP (Java API for XML Processing) to load the XML so you can use any JAXP compliant parser.