| Author |
With XSLT external functions, why do we need JSP ?
|
Janelle Goldsmith
Greenhorn
Joined: Mar 20, 2003
Posts: 12
|
|
Just started looking at XSLT external functions. It could call any external Java/or any other supported programming language class methods and generate the XML/html etc. as the output. Started to wonder would it eventually phase out JSPs ?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12325
|
|
Unless you have a version of XSLT that creates a compiled program, JSP should be significantly faster. Also the "bean" handling options for scope = page, request, session and application would be hard to duplicate in XSLT. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: With XSLT external functions, why do we need JSP ?
|
|
|