Looking for Java libraries to create a report editor
Posted
by Julian
on Stack Overflow
See other posts from Stack Overflow
or by Julian
Published on 2010-03-15T06:52:47Z
Indexed on
2010/03/15
6:59 UTC
Read the original article
Hit count: 373
I have to develop a specialised report editor in Java. The user will get a number of fields that can be layed out on a page plus some graphical elements. The resulting report design needs to be serialized into already defined database tables.
Is there any software library that will help to achieve this without reinventing the wheel? I have come across Eclipse GEF and Zest, but I am not sure if this really meets my problem.
© Stack Overflow or respective owner