Using JavaBeans with iReports (powered by jasper)?

bangaloredude

New Member
I'm trying to integrate Jasper Reports into our product and currently trying to use iReports as the document designer. btw our product has both a standalone and web application (Java)<br />
<br />
I cant get anywhere with the JavaBean datasource, it's not really documented and they have no forum. Any1 tried doing this b4? any info would be greatly appreciated.<br />
<br />
Things i'd like to know are<br />
<br />
-What are the requirements for the JavaBeans?<br />
-Do methods have to have specific return types?<br />
-It talks about using a factory, do i need to implement one or can i use theirs?<br />
- How does it work compared to just using the jdbc source? As in does iReports make available all your methods as field sources and then just pass parameters to them for the actual field value?<br />
-Where do I put the Java class(es) that i'll be making?<br />
<br />
Any alternatives to using this datasource, is it possible to build up a repository of fields (driven by sql) automatically using an api?<br />
 
Top