I am working with a springs application and every time i generate a report i need to hard code the report structure and the table attributes everytime..
I am thinking of an idea in which i can create an automated tool attached to my application so that at runtime if i enetr the table name and the attributes etc..i can get an appropriate report.
In a nutshell,there should only be one report viewer which can generate reports dynamically based on the input parameters.
Can anyone add to my idea or suggest something to me as like what parameters can i use, how can it be done.