Re: Reporting Framework Wicket

2009-10-20 Thread nino martinez wael
...@wicket.apache.org -- View this message in context: http://www.nabble.com/Reporting-Framework---Wicket-tp25894303p25910426.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Reporting Framework Wicket

2009-10-18 Thread Douglas Ferguson
/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Reporting-Framework---Wicket-tp25894303p25910426.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Reporting Framework Wicket

2009-10-17 Thread nino martinez wael
-- View this message in context: http://www.nabble.com/Reporting-Framework---Wicket-tp25894303p25910426.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Reporting Framework Wicket

2009-10-16 Thread Douglas Ferguson
to roll my own? D/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Reporting-Framework

Re: Reporting Framework Wicket

2009-10-15 Thread Pieter Degraeuwe
I had used JasperReports in de near past and was very happy with it. The fact that you want to use it with Wicket doesn't actually matter. Just generate a PDF/Excel with jasper and make it avilable with a DynamicWebResource. A sample of a DynamicWebResource can you find at

Re: Reporting Framework Wicket

2009-10-15 Thread Douglas Ferguson
Does this resource link lock the pagemap? D/ On Oct 15, 2009, at 1:06 AM, Pieter Degraeuwe wrote: I had used JasperReports in de near past and was very happy with it. The fact that you want to use it with Wicket doesn't actually matter. Just generate a PDF/Excel with jasper and make it

Re: Reporting Framework Wicket

2009-10-15 Thread Ernesto Reinaldo Barreiro
I have used it in combination with BIRT. But, there was nothing special on the Wicket side, except for: 1-some logic that would read REPORT parameters and dynamically build a form allowing to fill in those. 2-extended BIRT with some classes, implementing some BIRT interfaces, that would stream

Re: Reporting Framework Wicket

2009-10-15 Thread Peter Thomas
there was this article on DZone recently on integrating BIRT with Wicket, may be useful http://java.dzone.com/articles/integrating-birt-your-wicket On Thu, Oct 15, 2009 at 12:48 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: I have used it in combination with BIRT. But, there was

Re: Reporting Framework Wicket

2009-10-15 Thread Ernesto Reinaldo Barreiro
Just one caveat about the article: as far as I remember creating a platform and report engine were costly operations. I do not have the code at hand but I remember we created some kind of singleton that was used to launch the reports. Additionally we added some logic that would: 1-scan report for

Re: Reporting Framework Wicket

2009-10-15 Thread Decebal Suiu
, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Reporting-Framework---Wicket-tp25894303p25910426.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Reporting Framework Wicket

2009-10-15 Thread nino martinez wael
I've been using jasper reports, in conjunction with ireport http://jasperforge.org/plugins/mwiki/index.php/Ireport/Product_Tour . Giving a powerful combo, you can give the possibility to let your users design their own reports. Almost in line with some of the software from SAS Institute (though it

Reporting Framework Wicket

2009-10-14 Thread Douglas Ferguson
Hey, I'm starting to look into reporting frameworks and was curious if anybody had successfully integrated with wicket? Are there any off the shelf integrations or will I have to roll my own? D/ - To unsubscribe, e-mail: