Projects / XmlIO

XmlIO

XmlIO is a framework for reading XML files into corresponding Java objects and for writing a graph of Java objects to XML.

Tags Software Development Libraries Java Libraries
Licenses Apache
Operating Systems OS Independent
Implementation Java

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  24 Oct 2004 12:23
  • Rrelease-after

Changes: Allows for more than one single instance of an object at a time within the object graph (allowing a parent object to have direct or indirect children of its own type).

  • Rrelease-mid
  •  07 Jun 2004 08:15
  • Rrelease-after

Changes: A limitation where string properties could not contain &, <, or > symbols was fixed. These symbols are now converted to entity references by the String print method. Collection handling in XmlWriter was generalized to support anything that implements a Collection interface. A bug in the way that reader looked up the converter for a property whose type was a collection was fixed.

  • Rrelease-mid
  •  27 May 2004 08:38
  • Rrelease-after

Changes: Converters can now be defined on a per property basis. The existence of a default configuration XML file was removed; all initial settings are now defined the configuration object. The code in ReaderContentHandler was cleaned up some more.

  • Rrelease-mid
  •  06 May 2004 15:24
  • Rrelease-after

Changes: Name mapping configuration file now has simple element attribute names. A critical error in XmlIOConfig that prevented it from loading external configuration files property has been fixed. Support has been added for outputting (primative) properties as attributes in the XML instead of only being elements.

  • Rrelease-mid
  •  06 May 2003 13:50
  • Rrelease-after

Changes: This release uses JAXP for SAX parsing. Version 1.0.0 relied on version 2 of Xerces in the classpath to do SAX parsing. There is also some code documentation cleanup and minor tweaking. All unit tests pass 100%.

7f271834f892cd676c20e089938e0edd_thumb

Project Spotlight

MinGW cross compiling environment

A MinGW cross compiling environment.

16e41e452461ccc4717f6003bd5bd0c4_thumb

Project Spotlight

TclUP

An FTP client in Tcl/Tk.