struts-reports

2004-03-22 Thread as as
Hi,
 
I have a struts page that needs to generate reports based on filtering criterion like 
(date from, date to, type of report, type of data to show).
my back end database is hibernate.
Is there some sort of open source for such a purpose.basically looking for fast page 
response time-to fetch data from back end database using these queries..
 
Thanks in advance!

Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

Re: struts-reports

2004-03-22 Thread Mark Lowe
On 22 Mar 2004, at 19:06, as as wrote:

Hi,

I have a struts page that needs to generate reports based on filtering 
criterion like (date from, date to, type of report, type of data to 
show).
Make some util classes that return what you need with what you need 
from you model.

List fooList = HibernateHelper.getFoos(from, to);

The type of report might be more a web layer/struts thing.

my back end database is hibernate.
Well i doubt that but i see what you mean.

Is there some sort of open source for such a purpose.basically looking 
for fast page response time-to fetch data from back end database using 
these queries..
Um yes, hibernate?

Thanks in advance!

Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]