You could easily do it without Wicket, but otoh, it is nice to have all your stuff together. The JasperReports integration I'm working on is based on resources, and lets you create links to reports (so you'll get a download dialog or a PDF in the full browser) or embed them in your page using frame or iframe tags, in which case it kind of works the same as images. There are a couple of issues with the latter (I sent an email about this last week), but the resources work fine.
Hopefully I'll have CVS access tonight; I have a couple of changes to check in. However, you could take a look at what is in CVS right now. The way resources are set up in Wicket is quite powerfull. I found it pretty easy to build in JasperReports integration. Furthermore, it would be great when people want to help with the JasperReports integration when I'm done with the first draft. The more people that test/ use it, the better we can make it. On a side note: are any of you using other outputs, like RTF? Eelco On 9/13/05, David Heffelfinger <[EMAIL PROTECTED]> wrote: > Not sure about doing this in Wicket, however, there is an article explaining > how to do this at > http://ensode.net/jasperreports_pdf_send_to_browser.html , > the article is geared towards JasperReports, I'm sure it can be adapted to > whatever report engine you might be using. > > David > > On 9/12/05, Nick Heudecker <[EMAIL PROTECTED]> wrote: > > We're going to be generating PDF reports and streaming them down to the > client's browser. How do I go about doing this with Wicket? Thanks for > your time. > > > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
