Hi,
I would like to know your thoughts about XML/XSLT vs JSP.
Bests regards,
-- T
-
XML/XSLT will kill JSP? (6 messages)
- Posted by: Thierry Janaudy
- Posted on: July 21 2000 08:16 EDT
Threaded Messages (6)
- XML/XSLT will kill JSP? by rajesh kumar on July 21 2000 09:20 EDT
- XML/XSLT will kill JSP? by Fergus Gallagher on August 02 2000 13:27 EDT
- XML/XSLT will kill JSP? by Todd McGregor on August 02 2000 16:22 EDT
- XML/XSLT will kill JSP? by Jo Desmet on August 08 2000 18:29 EDT
- XML/XSLT will kill JSP? by Balasubra Manian on February 18 2001 12:01 EST
- XSLT not better solution for Web Apps by Tsolak Barseghyan on April 21 2006 09:40 EDT
-
XML/XSLT will kill JSP?[ Go to top ]
- Posted by: rajesh kumar
- Posted on: July 21 2000 09:20 EDT
- in response to Thierry Janaudy
I don't think xml will wipe off jsp technology ? what is YOUR explanation regarding this ?
regards
Rajesh -
XML/XSLT will kill JSP?[ Go to top ]
- Posted by: Fergus Gallagher
- Posted on: August 02 2000 13:27 EDT
- in response to Thierry Janaudy
The two are completely complementary - you could use JSP to generate XML.
See the taglibs project at http://jakarta.apache.org/ for a nice way of doing this server-side. -
XML/XSLT will kill JSP?[ Go to top ]
- Posted by: Todd McGregor
- Posted on: August 02 2000 16:22 EDT
- in response to Thierry Janaudy
I think XSLT is clearly a better choice for rendering a page if your presentation layer communicates with your business objects using XML. You're simply adding more complexity to your application if you try to use a jsp page to render XML data. As XML becomes more widely used I believe that technologies such as XSLT and XSP from Apache will become the preferred method of rendering dynamic content. -
XML/XSLT will kill JSP?[ Go to top ]
- Posted by: Jo Desmet
- Posted on: August 08 2000 18:29 EDT
- in response to Thierry Janaudy
XML/XSLT works more on the representation of your data, while JSP can do more advanced stuff. As a consequence XML/XSLT is understandable for a web designer, while a programmer would find XSLT to limited. A lot of implementations I have seen and implemented myself generate the data (from whatever source) as XML using JSP (or ASP), while the webdesigner can use XML/XSLT to have the output his way. -
XML/XSLT will kill JSP?[ Go to top ]
- Posted by: Balasubra Manian
- Posted on: February 18 2001 12:01 EST
- in response to Thierry Janaudy
rubbish guys only tell xml will kill jsp no one kill sun technologies. -
XSLT not better solution for Web Apps[ Go to top ]
- Posted by: Tsolak Barseghyan
- Posted on: April 21 2006 09:40 EDT
- in response to Thierry Janaudy
JSP is working more faster, and XSLT reqires more virtual memory for XML transformation.