Morten Andersen wrote:
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.

Well, here's a shameless plug, but if your primary problem with XSLT is the performance, you might have a look at using FreeMarker's XML transformation capabilities. YMMV, but typically it's far more performant than XSLT and uses a lot less memory. (We're talking in the ballpark of a couple of binary orders of magnitude on both CPU and heap usage.)

It's purely server-side technology though.

You could check out:

http://freemarker.org/docs/xgui.html

Jonathan Revusky
--
lead developer, FreeMarker project, http://freemarker.org/


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]

  • Re: xslt Jonathan Revusky

Reply via email to