RE: XSLT Struts

2003-01-08 Thread ROSSEL Olivier
That would be the past IMO. Apache HTTP and Cocon and similar are PITA. ... you can publish static text from Struts like this: - Store XML content in a db field. (from user input or RSS feed). - XSLT it and cache HTML cache in a db field. Or many variations such as Styxx browser side.

RE: XSLT Struts

2003-01-08 Thread Fabrice . Bocquillon
there is a missing .ZIP at the end of your line. fabrice. -Original Message- From: Eric Gignac [mailto:[EMAIL PROTECTED]] Sent: mardi 7 janvier 2003 22:37 To: Struts Users Mailing List Subject: Re: XSLT Struts This url don't work ! Where I can find this resource ? http

Cocoon and Struts [Was: RE: XSLT Struts]

2003-01-08 Thread ROSSEL Olivier
I just started developing webapplications with struts. It's great for the application-part of the website, but for the publishing of static text I don't see much advantage using struts. For that I see a great advantage in using cocoon. Now I didn't use cocoon yet. But for me the ideal

RE: Cocoon and Struts [Was: RE: XSLT Struts]

2003-01-08 Thread Alireza Fattahi
this line: ... you almost never write Java code + its URL sitemap system -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:16 PM To: 'Struts Users Mailing List' Subject: Cocoon and Struts [Was: RE: XSLT Struts] I just started

RE: Cocoon and Struts [Was: RE: XSLT Struts]

2003-01-08 Thread ROSSEL Olivier
I Confused when I read you email AND an article about XMLForms from http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormsStruts !! Can we replace all the struts functionality with cocoon? Is cocoon a MVC frame work too? I thought cocoon works on presentation layer only. Cocoon is not a

Re: XSLT Struts

2003-01-08 Thread Johan
ROSSEL Olivier wrote: That would be the past IMO. Apache HTTP and Cocon and similar are PITA. ... you can publish static text from Struts like this: - Store XML content in a db field. (from user input or RSS feed). - XSLT it and cache HTML cache in a db field. Or many variations such as Styxx

RE: XSLT Struts

2003-01-08 Thread ROSSEL Olivier
That would be the past IMO. Apache HTTP and Cocon and similar are PITA. ... you can publish static text from Struts like this: - Store XML content in a db field. (from user input or RSS feed). - XSLT it and cache HTML cache in a db field. Or many variations such as Styxx browser side.

Re: XSLT Struts

2003-01-08 Thread V. Cekvenich
XML in files, and not in DB is fine for small site, or if you do not have a lot of consent turn over. But it is much easier to operate a large site, whit a lot of approval, editing, etc. and complex custom layouts (tiles) if you store XML content in a db, IMO. Ex: flag content as approved.

RE: XSLT Struts

2003-01-08 Thread ROSSEL Olivier
XML in files, and not in DB is fine for small site, or if you do not have a lot of consent turn over. But it is much easier to operate a large site, whit a lot of approval, editing, etc. and complex custom layouts (tiles) if you store XML content in a db, IMO. Ex: flag content as

Re: XSLT Struts

2003-01-08 Thread V. Cekvenich
ROSSEL Olivier wrote: XML in files, and not in DB is fine for small site, or if you do not have a lot of consent turn over. But it is much easier to operate a large site, whit a lot of approval, editing, etc. and complex custom layouts (tiles) if you store XML content in a db, IMO. Ex:

RE: XSLT Struts

2003-01-07 Thread Fabrice . Bocquillon
Hi, go to javaworld.com and search for XSLT struts you'll find good articles + links to sources... regards, fabrice. -Original Message- From: maya menon [mailto:[EMAIL PROTECTED]] Sent: mardi 7 janvier 2003 17:32 To: [EMAIL PROTECTED] Subject: XSLT Struts Hi, Can any body pls give me

RE: XSLT Struts

2003-01-07 Thread maya menon
Fabrice I got a wonderful arcticle, But I need a good example.. do u have any or any suggestions\ [EMAIL PROTECTED] wrote:Hi, go to javaworld.com and search for XSLT struts you'll find good articles + links to sources... regards, fabrice. -Original Message- From: maya menon

RE: XSLT Struts

2003-01-07 Thread Fabrice . Bocquillon
: RE: XSLT Struts Fabrice I got a wonderful arcticle, But I need a good example.. do u have any or any suggestions\ [EMAIL PROTECTED] wrote:Hi, go to javaworld.com and search for XSLT struts you'll find good articles + links to sources... regards, fabrice. -Original Message- From

RE: XSLT Struts

2003-01-07 Thread maya menon
me your wonderful article ? thank's regards, fabrice. -Original Message- From: maya menon [mailto:[EMAIL PROTECTED]] Sent: mardi 7 janvier 2003 18:05 To: Struts Users Mailing List Subject: RE: XSLT Struts Fabrice I got a wonderful arcticle, But I need a good example.. do u have any

Re: XSLT Struts

2003-01-07 Thread Mark Lowe
I've never acually done this but I reckon you'd be looking at importing the xalan stuff into your action class and doing your xsl tranformations from there.. Rather than forwarding to happy or unhappy jsp's you can just forward to actions that do xml transformations. so an example would be to

Re: XSLT Struts

2003-01-07 Thread V. Cekvenich
Subject: RE: XSLT Struts Fabrice I got a wonderful arcticle, But I need a good example.. do u have any or any suggestions\ [EMAIL PROTECTED] wrote:Hi, go to javaworld.com and search for XSLT struts you'll find good articles + links to sources... regards, fabrice. -Original Message- From

RE: XSLT Struts

2003-01-07 Thread Yujin Kim
Subject: RE: XSLT Struts The artcile is the same one from Javaworld that you sent me, I already downloaded the example, but it explains nothing. the article is good, but the sample is vague Thanks [EMAIL PROTECTED] wrote:here we go http://www.javaworld.com/javaworld/jw-02-2002/strutsxslt/jw-0201

Re: XSLT Struts

2003-01-07 Thread Johan
[EMAIL PROTECTED] wrote: here we go http://www.javaworld.com/javaworld/jw-02-2002/strutsxslt/jw-0201-strutsxslt. zip http://www.oroad.com/opencode/stxx/download.html these are two custom approachs (both with java sources), but if I can tell my feeling on the question, I suggest -if your app is

Re: XSLT Struts

2003-01-07 Thread V. Cekvenich
That would be the past IMO. Apache HTTP and Cocon and similar are PITA. ... you can publish static text from Struts like this: - Store XML content in a db field. (from user input or RSS feed). - XSLT it and cache HTML cache in a db field. Or many variations such as Styxx browser side. You can

Re: XSLT Struts

2003-01-07 Thread Eric Gignac
: Re: XSLT Struts [EMAIL PROTECTED] wrote: here we go http://www.javaworld.com/javaworld/jw-02-2002/strutsxslt/jw-0201-strutsxslt. zip http://www.oroad.com/opencode/stxx/download.html these are two custom approachs (both with java sources), but if I can tell my feeling

RE: XSLT Struts

2003-01-07 Thread Ahmed ALAMI
I think this will work http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: XSLT Struts

2003-01-07 Thread Alireza Fattahi
of this road too. So I appreciate comments. -Original Message- From: Johan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:36 AM To: Struts Users Mailing List Subject: Re: XSLT Struts [EMAIL PROTECTED] wrote: here we go http://www.javaworld.com/javaworld/jw-02-2002/strutsxslt/jw

RE: XSLT Struts

2003-01-07 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Alireza Fattahi wrote: Date: Wed, 8 Jan 2003 08:31:05 +0330 From: Alireza Fattahi [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: XSLT Struts We are at the beginning of this way too

RE: XSLT Struts

2003-01-07 Thread Jacob Hookom
Sent: Tuesday, January 07, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: Re: XSLT Struts That would be the past IMO. Apache HTTP and Cocon and similar are PITA. ... you can publish static text from Struts like this: - Store XML content in a db field. (from user input or RSS feed). - XSLT it and cache