Monday, September 17, 2012

Format Description Toolkit for Java

A small library to ease parsing and encoding of non-bean files and streams has been implemented, mapping them to/from Java Beans. This allows the developer to write a single format description, mapping parsed data to Bean properties without writing separate code between reading and writing.

jFDT has the potential to improve development time of larger file and stream parsing projects by minimizing boilerplate code.

 Link To Google Code Project