I'm almost sure that there was a JSP-Taglib to interface with Tapestry, at
least for Tap3, but I never used it ...

> -----Original Message-----
> From: Renat Zubairov [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 07, 2006 4:51 PM
> To: tapestry-user@jakarta.apache.org
> Subject: Tapestry integration
> 
> 
> Hello All,
> 
> Is it possible to integrate existing legacy JSP pages with Tapestry.
> For example two types of integration are possible - first integration
> of JSP fragmets to Tapestry.
> 
> Option 1. Create a "border" component that do not render static code
> but forward request and response to JSP and grap the JSP output? Is it
> technically feasible?
> 
> Second option - call tapestry from JSP, here two problems:
> 1. Minor problem - tapestry closes output stream, simply do not do it.
> 2. Major problem - rewind/redraw cycles, JSP should be rendered only
> during redraw (write?) therefore if tapestry is included in the JSP
> page, tapestry can not withdraw output if needed, hence we've got more
> or less the same solution as in option 1.
> 
> What do you think about it? I guess for tapestry in general it could
> be a very benifitial feature since it might provide a simple and easy
> way to migrate applications?
> 
> --
> Best regards,
> Renat Zubairov
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to