Introduction

Juffrou-XML is a simple library to Marshall java beans to XML and back. It uses the bean wrapper and thus allows for the simplified marshalling of an object graph to xml elements.

Take a look at the Three minute tutorial and the javadocs to view the methods in detail.

Features

  • Ease of use - can start using without any configuration
  • Simplified marshalling - easily marshall nested beans into flat XML and back
  • Tweaks and configuration can be done by mapping file and programatically
  • Highly configurable - custom serializers are easy to implement

Use cases

  • Web services
  • System integration
  • Configuration