Simple is a high performance XML serialization and configuration framework for Java. Its goal is to provide an XML framework that enables rapid development of XML configuration and communication systems. This framework aids the development of XML systems with minimal effort and reduced errors. It offers full object serialization and deserialization, maintaining each reference encountered. In essence it is similar to C# XML serialization for the Java platform, but offers additional features for interception and manipulation.

    Simple framework with powerful capabilities

The framework used to provide XML serialization is simple to use and revolves around several annotations an a single persister object used to read and write objects to and from XML.

    Can handle cycles in the object graph

The persistence engine can handle cycles in the object graph, which enables complex objects with recursive references to be serialized. This ensures that the deserialization process can recover all object references.

    It requires absolutely no configuration

Unlike many of the XML frameworks for Java there are no mappings or configuration required to serialize objects regardless of its complexity. The XML schema is represented using field annotations.

    Extremely rapid development with XML

Developing XML configuration and communication systems can be done much quicker than through the use of XML frameworks such as DOM, SAX, and even other frameworks such as Digester and XStream.

    Converts to and from human editable XML

A primary goal for the framework is that the XML data used to deserialize a serialize objects is human readable. All XML elements and attributes take a simple structure that can be easily created with a text editor.

    Contains an XML templating system

As part of the deserialization process template markers within the XML elements and attributes can be replaced with variables. This allows the system to be easily adapted for use as a configuration system with dynamic value substitution.

  
Feedback

I think Simple framework was an excelent idea. For some years now I have been trying to find such an easy way to work with XML in Java, and finally, here it is.

I really like the annotation approach to doing this as it's quick and easy to understand. The tutorial was also excellent as I could actually start coding in <5 minutes, bit of a novelty after spending an hour poring over JAXB APIs.

Nice work! Simple has greatly helped my projects both at work and at home!

I just found Simple today. Excellent work on the project. Nice, simple, small. I usually work in C#, so Simple's syntax is very comfortable to me compared to .NET's attribute driven mark-up.

I found your Simple XML serialization framework. It's a great software. It saved me a lot of work.

I found SimpleXML library just recently and it is great. Saved me a lot of time.

I found your Simple XML serialization framework and it is great piece of software.