View Single Post
  #1 (permalink)  
Old 07-09-2009, 05:11 PM
BJSJC BJSJC is offline
Junior Member
 
Join Date: Jul 2009
Posts: 17
Default 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.
Reply With Quote