You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andreas Vombach <an...@psi.ch> on 2005/03/17 11:19:06 UTC

Support for dynamic (pdf) pages

I would like to use jasper reports with tapestry & tomcat. On choosing a 
report jasper will create it in HTML or PDF format and make it available 
e.g. as a byte[] array. This shall be streamed out on (preferred) a new 
dynamic page or embedded in the current one. Can I use IMarkupWriter for 
this? I'm thankful for any hint ...

Cheers Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Workbench source code location

Posted by Bryan Lewis <br...@maine.rr.com>.
Maybe it was down only for a short while.  I found it just now at

http://archive.apache.org/dist/jakarta/tapestry/Tapestry-3.0.2-bin.zip


----- Original Message ----- 
From: "Henrik Vendelbo" <hv...@bluprints.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Monday, March 21, 2005 7:36 PM
Subject: Workbench source code location


Isn't the workbench part of the Tapestry project? For some reason I can't
find the source code for it anywhere. Tried to check CVS but it seems to be
down atm. Why isn't it in the source code distribution anyway?

Any urls would be much appreciated.

Henrik


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Workbench source code location

Posted by Henrik Vendelbo <hv...@bluprints.com>.
Isn't the workbench part of the Tapestry project? For some reason I can't find the source code for it anywhere. Tried to check CVS but it seems to be down atm. Why isn't it in the source code distribution anyway?

Any urls would be much appreciated.

Henrik


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Support for dynamic (pdf) pages

Posted by Ron Piterman <mp...@vollbio.de>.
ציטוט Andreas Vombach:
> Yes, I've seen this and (one of) the advantages is that there is the 
> Image component to be used. I've tried with the Insert component with 
> success but the question remains:
> 
> - how to open the content in a new page rather than the current one 
> especially if it is a PDF page to be displayed?
> 
> Cheers Andreas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 
just add a target (informal) attribute to your Direct/Page/BlaLink 
component.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Support for dynamic (pdf) pages

Posted by Andreas Vombach <an...@psi.ch>.
Yes, I've seen this and (one of) the advantages is that there is the 
Image component to be used. I've tried with the Insert component with 
success but the question remains:

- how to open the content in a new page rather than the current one 
especially if it is a PDF page to be displayed?

Cheers Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Support for dynamic (pdf) pages

Posted by "Scott F. Walter" <sc...@scottwalter.com>.
Andreas Vombach wrote:

> I would like to use jasper reports with tapestry & tomcat. On choosing 
> a report jasper will create it in HTML or PDF format and make it 
> available e.g. as a byte[] array. This shall be streamed out on 
> (preferred) a new dynamic page or embedded in the current one. Can I 
> use IMarkupWriter for this? I'm thankful for any hint ...
>
> Cheers Andreas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


I will be doing this shortly and the way I was thinking was similar to 
how the workbench application handles graphs w/ JFreeChart.  Basically 
create a new servicce that can handle the binary content.  Look at the 
sample Workbench application for the Chart page.

scott.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org