Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Available as of Camel 2.0

The idea behind this framework is to bind non structured data (or to be more precise non-XML data) to Java Bean using annotations. In consequence, it is possible to bind data like :

  • CSV record,
  • Fixedlength record,
  • ...

Remark : This first release only support binding of CSV record

Bindy is a Data Format which uses ...
TODO:

Using the Java DSL

For example the following uses a named DataFormat of bindy which is configured with a number of Java package names to initialize the model objects.

...