Skip to Content
0
Former Member
Sep 11, 2007 at 06:30 PM

Using Java POJO classes as datasource?

68 Views

Post Author: something_stupid

CA Forum: JAVA

Hi,

we have an arraylist of POJO classes that we would like to use as input to report.

We don't have a JDBC resultset because not all of these beans are database related.

Question: Is it mandatory that we have a function that returns a resultset in our POJO class? If not where can we find out how?

Thanks in advance,

Torsten