I don't know if AJAX is in your plans, but AjaxTags in Java Web Parts
offers an XSLT response handler to do client-side transformations...

http://javawebparts.sourceforge.net

This handler uses Sarissa under the covers, so even if you wind up not
using the tags, they may serve as an example of using Sarissa, which might
be another option to consider.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Java Web Parts -
http://javawebparts.sourceforge.net
Supplying the wheel, so you don't have to reinvent it!

On Wed, March 15, 2006 10:38 am, Morten Andersen said:
> I've developed a struts based application that uses XSLT intensively on
> the server side. I would like to move some of these transformations to
> the client side.
>
> I use struts 1.1
>
> I tryed incorporating stxx, but this limits the use of RequestProcessor
> that I use in the application. I know of the following possibilities:
>  * Upgrade to struts 1.2 and use pipelining to incorporate stxx (Don't
> know much about this)
>  * Use StrutsCX, but is that project still alive running? Anyone using it?
>  * Use Struts Cocoon
>
> How do you use XSL in your struts apps.
>
> Morten Andersen
>
>
> ---------------------------------------------------------------------
> 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