aspose file tools
The moose likes JSP and the fly likes Differences between JSTL 1.0 Implementations Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Differences between JSTL 1.0 Implementations" Watch "Differences between JSTL 1.0 Implementations" New topic
Author

Differences between JSTL 1.0 Implementations

Jorge Blaz
Ranch Hand

Joined: Jan 31, 2004
Posts: 53
Hi,

I'm using JSTL 1.0 since I have to use JSP 1.2 and cannot upgrade to JSP 2.0
I choosed the reference implementation that comes with the Java Web Services Developer Pack from Sun.

I've seen the Apache Jakarta group have also done an implementation of JSTL 1.0 specification. (a project called Taglibs).

�Is this implementation better than the one from Sun?. I've read that with this implementation you can use a class called ExpressionEvaluatorManager, which help evaluating EL expressions for custom tags attributes. That is really helpful if you cannot use JSP 2.0

Will it be much trouble to change to the Jakarta implementation?. I mean, will I have to edit the jsps and the taglibs?

Thanks in advance
Jorge
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56528
    
  14

Since both implementations are based upon a standard, it should be fairly easy to switch out. Replace the Sun jars with the Jakarta jars and (unless you have hard-coded references to files somewhere rather than letting the container do auto-discovery, or did not use the standard URIs to refer to the tlds) you should be good to go.

I've only used the Jakarta implementation (and now I'm using 1.1 rather than 1.0) and have had no difficulties except with the 'x' class of tags.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Differences between JSTL 1.0 Implementations
 
Similar Threads
i18n custom tag
How can we run jstl program in sun one webserver 6.1
problem iterating over header in JSP with JSTL
Integration with JSTL and Struts
[ANNOUNCE] JSP Standard Tag Library (JSTL)