Skull
02-20-2008, 10:34 PM
Hey,
I'm searching for a template framework where it's possible to transform a POJO into an XML-file. The creation of the templates has to be as easy as possible (GUI-based would be perfect, so non-programmers can also create the templates).
For the xml-file, it has to be possible to define your own tags within the template. So for example you can say the xml has to look like:
<root>
<someInfo>Info</someInfo>
</root>
With the Info being a value of a variable from my POJO.
I already tried JasperReports because this should have this possibility. But JasperReports will automatically generate the tags itself. (As far as I understand the program)
Can somebody advise me on wich platform would be able to do these things?
Or maybe it's possible to do it with JasperReports but I looked over it?
If my question isn't clear enough, just say so and I'll try to clarify it some more :thumbsup:
Thx, Sven
I'm searching for a template framework where it's possible to transform a POJO into an XML-file. The creation of the templates has to be as easy as possible (GUI-based would be perfect, so non-programmers can also create the templates).
For the xml-file, it has to be possible to define your own tags within the template. So for example you can say the xml has to look like:
<root>
<someInfo>Info</someInfo>
</root>
With the Info being a value of a variable from my POJO.
I already tried JasperReports because this should have this possibility. But JasperReports will automatically generate the tags itself. (As far as I understand the program)
Can somebody advise me on wich platform would be able to do these things?
Or maybe it's possible to do it with JasperReports but I looked over it?
If my question isn't clear enough, just say so and I'll try to clarify it some more :thumbsup:
Thx, Sven