Hey! Scenario:What my project do right now
User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in the mean while user is Authorized also i.e What page he is allowed to see.
Page appears infront of user on his mobile screen from where he can select the attributes as well as the type of report he wants to view. suppose a user wants to view a pie chart, or tabular report etc.
Here in step 2 im generating reports from jrxml.. i want to do this fully dynamic but somehow i cant do it as some times a user select 2 atributes and some times he select 4 and at the backend in jrxml i have parametarized but is not that flexible. My idea is that how about i use Dynamic jasper here after step 1. But i have no clue how to use it in my project? like how can i send the selected attributes to dynamic jasper and it can make a report for me ?
Any idea please share! Thanks in advance Sundhas