dom4jb: A JavaBean XML-Data-Binding Utilitydom4jb is a XML-Data-Binding library for the dynamic mapping of JavaBean TM -based object graphs into a tree-based XML representation. This library makes it possible to map object graphs at runtime into XML document models (e.g. DOM). In contrast to other XML-Data-Binding frameworks, this mapping takes place incremental. That is, the tree-representation becomes not necessarily fully build up, but is limited to the most necessary. The goal is to map large object graphs in an efficient way into a DOM or XPath-Models, so that these can be transformed by means of XSLT. Therefore the object graph will be maped into a XML representation at runtime, whereas the creation of the corresponding node object of the tree representation is deferred as long as possible. Currently two XML documents models are supported:
Download dom4jbDownload the binary or source distribution from here |