Re: Struts with XSLT

2005-08-19 Thread Craig McClanahan
On 8/18/05, Eduardo Ribeiro da Silva <[EMAIL PROTECTED]> wrote: > Anybody knows how I can generate JSP with struts tags with XSLT and pass JSP > to > JSPProcessor, for compile them? Because I have tags that client browse simple > don't known. The strategy you are asking for is essentially:

Re: Struts with XSLT

2005-08-18 Thread Peter Maas
We have been using stxx for a while now, mostly for output transformations only and it work perfectly. I would recommend you to consider it, and I have no stock in stxx ;-) ! Apart from this, we quite often use inline XSL transformations provided by JSTL nowadays not as flexible, but certainly

RE: Struts with XSLT

2005-08-18 Thread Dharmendra . Sharan
! -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 4:28 PM To: 'Struts Users Mailing List' Subject: AW: Struts with XSLT > -Ursprüngliche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesen

RE: Struts with XSLT

2005-08-18 Thread Eduardo Ribeiro da Silva
7:08 AM To: Struts Users Mailing List Cc: Subject: Re: Struts with XSLT I have also successfully used Struts and XSLT, Haven't had an issue. I currently use JSP to generate the dynamic top component, and then i

AW: Struts with XSLT

2005-08-18 Thread Leon Rosenberg
> -Ursprüngliche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. August 2005 22:11 > An: Struts Users Mailing List > Betreff: Re: Struts with XSLT > Ever heard of translets? But even if you call XSLT processor > for every

Re: Struts with XSLT

2005-08-18 Thread Michael Jouravlev
On 8/18/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote: > > > * Should I just stop fighting city hall and abandon XSLT in > > favour of JSP? > > Yes :-) Really. We did it a year ago, and gained A LOT of performance. Not > to mention that XSLT >

Re: Struts with XSLT

2005-08-18 Thread Graham Smith
On Thursday 18 August 2005 20:52, Leon Rosenberg wrote: > > I'm glad to see there is some support for XSLT. Makes me feel > > like I haven't been barking up the wrong tree for the last > > few years. Sending the XML to the client is a nice idea in > > principal but has so many problems that IMHO it

Re: Struts with XSLT

2005-08-18 Thread Leon Rosenberg
> I'm glad to see there is some support for XSLT. Makes me feel > like I haven't been barking up the wrong tree for the last > few years. Sending the XML to the client is a nice idea in > principal but has so many problems that IMHO it's not worth > it. Transformation server side is cheap

AW: Struts with XSLT

2005-08-18 Thread Leon Rosenberg
> -Ursprüngliche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. August 2005 21:33 > An: Struts Users Mailing List > Betreff: Re: Struts with XSLT > > On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote: > > *

Re: Struts with XSLT

2005-08-18 Thread Graham Smith
On Thursday 18 August 2005 20:32, Michael Jouravlev wrote: > On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote: > > * Should I just stop fighting city hall and abandon XSLT in favour of > > JSP? > > No. XML/XSLT is more flexible than JSP and has been supported bunch of > other markup tecnhologies

Re: Struts with XSLT

2005-08-18 Thread Michael Jouravlev
On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote: > * Should I just stop fighting city hall and abandon XSLT in favour of JSP? No. XML/XSLT is more flexible than JSP and has been supported bunch of other markup tecnhologies like XML, XHTML and XPath for a long time. Keep it if it works. Don't fo

Re: Struts with XSLT

2005-08-18 Thread John Martyniak
could... don't shudder, use XSLT to generate JSP's. -Original Message- From: Graham Smith [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:13 To: user@struts.apache.org Subject: Struts with XSLT Hi folks, This isn't your usual "How do I do X?" type question so get rea

RE: Struts with XSLT

2005-08-18 Thread Mark Benussi
--Original Message- From: Graham Smith [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 15:13 To: user@struts.apache.org Subject: Struts with XSLT Hi folks, This isn't your usual "How do I do X?" type question so get ready. Hopefully it will fuel a good discussion. I'm fairly

Re: Struts with XSLT

2005-08-18 Thread Craig McClanahan
On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote: > * Should I just stop fighting city hall and abandon XSLT in favour of JSP? Two thoughts strike me as I read your discussion, and the reasoning for which you like XSLT: * You seem to be concluding that XSLT and JSP are mutually exclusive. Esp

Re: Struts with XSLT

2005-08-18 Thread Graham Smith
On Thursday 18 August 2005 16:02, Don Brown wrote: > Hmm...smell of death for stxx might be a bit harsh :) Yeah ok, it was a bit harsh - sorry. I'll take another look. It's sometimes hard to know when a project is on it's last legs though. A message from one of the core developers within an ho

Re: Struts with XSLT

2005-08-18 Thread Don Brown
Hmm...smell of death for stxx might be a bit harsh :) While it true I need to get a release out that better supports 1.2, I've been using it in production for over a year without problems, and would recommend you take another look. You, of course, are welcome to get involved, submit patches, even

Struts with XSLT

2005-08-18 Thread Graham Smith
Hi folks, This isn't your usual "How do I do X?" type question so get ready. Hopefully it will fuel a good discussion. I'm fairly new to struts but have a solid grasp of Model 2 design ideas. The problem, I suppose, is that I am a lone developer (for my own company) which makes it hard to get t

Struts with XSLT

2004-06-15 Thread Heligon Sandra
It seems that it is rather easy to use XSLT with Struts. Two plug-in are available StrutsCX and stxx I will wish to have returns on their use: - which is the easiest tool for a XSLT beginner ? - is it possible to use simultaneously JSP and XSLT with the t