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]



Reply via email to