Are there any 2-way template to object libraries?

Megalan

New Member
We frequently use templates as a way of serializing an object. That is, given a Java POJO and a suitable XML template that includes placeholders like ${person.address.street}, we can output fully formed XML etc.Are there any libraries where you can take that same template and a sample piece of output, and go the other way? That is, produce a populated Java bean (for instance) from a template, a sample XML document and, I guess, a Class name.
 
Back
Top