Communicating between Java and BIRT
Ok, here is what I need to do:
I need to create a BIRT chart with # Infections (of virus data) vs time. So I'm basically trying to make a bar chart where it graphs how many times that virus was seen over a week or something similar. My question is the following: How can I connect the BIRT with my Java Objects, since my Java Objects are returning the data used by the chart? So basically I need for the user to specify, on a BIRT table, which virus they want to graph, and then I need for them to type in what time period to graph it over, and then I need for BIRT to request this information from my Java code.
Hope that makes sense. And I am, of course, researching this on my own also, but if anyone has any suggestions, that'd be great. Appreciated in advance.
|