|
From: Rob H. <ro...@ca...> - 2004-09-16 22:04:31
|
My thoughts also. I have basic support working on my machine including on the fly compilation of design files and loading of reports from .jasper files. Currently I am using a really basic web application to test this out but it is working okay. I have only got as far as you support PDF files, but I should have some more time tomorrow so I'll add HTML and CVS as well. Rob Chris Axe wrote: >Rob, > >We just integrated jasper reports into our app. I used >a JdbcDao Support object to do this. So I think the >second suggestion would be fine. >--- Rob Harrop <ro...@ca...> wrote: > > > >>All, >> >>I am looking at adding view support for Jasper >>Reports to Spring MVC and >>want to get some input before I dive in. >> >>My first question is what approach would everyone >>prefer. >> >>I could go for a document style approach like PDF >>and Excel providing >>hooks for you to expose properties and a >>JRDatasource, or I could create >>a subclass of AbstractUrlBasedView and then auto >>expose all properties >>in the model to Jasper Reports, grabbing the >>datasource from there by >>type. My preference is for the second approach since >>it requires less >>coding from the end user. >> >>What does everyone think? >> >>Rob >> >> >> >> >> >------------------------------------------------------- > > >>This SF.Net email is sponsored by: YOU BE THE JUDGE. >>Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE >>for your judgement on >>who ports your project to Linux PPC the best. >>Sponsored by IBM. >>Deadline: Sept. 24. Go here: >>http://sf.net/ppc_contest.php >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > >__________________________________ >Do you Yahoo!? >New and Improved Yahoo! Mail - 100MB free storage! >http://promotions.yahoo.com/new_mail > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |