Communicating between Java and BIRT
#1
Posted 09 July 2009 - 03:11 PM
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.
#2
Posted 09 July 2009 - 03:20 PM
#3
Posted 09 July 2009 - 03:21 PM
There are a number of examples on the Dev Share as to how to build a Scripted Data source. Let me know if you need any help hammering out specifics.
Good Luck!
#4
Posted 09 July 2009 - 03:32 PM
#5
Posted 09 July 2009 - 04:01 PM
edit: now that I reread your post this seems somewhat similar to what you are suggesting - no?
#8
Posted 14 July 2009 - 06:30 PM
A few different options without knowing the architecture of your application better.




MultiQuote
