| Author |
JSTL and J2EE
|
rastin purr
Ranch Hand
Joined: Jul 20, 2002
Posts: 73
|
|
Hi Guys, JSTL is it part of JSP? if so which version of jsp start supporting JSTL? is it also part of J2ee? Thanks Ras
|
 |
Sam Wang
Ranch Hand
Joined: Jul 17, 2001
Posts: 95
|
|
It will be support at JSP2.0. In my opinion,copy some jars and tlds to your web application and jsp container(like tomcat4.0+), it will work. It's certenly a part of j2ee(j2ee 1.4).
|
SCJP(2001)
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
You can start using the JSTL with at the moment with any JSP 1.2 compliant server, such as Tomcat 4. The specification and support for the expression language used within the JSTL is being migrated into JSP 2.0 and as Stub said, this will be a part of J2EE 1.4. As far as JSTL goes, I think that it will remain a separate specification, outside the realms of the JSP spec. Check out http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html for more JSTL information and downloads. Simon
|
 |
rastin purr
Ranch Hand
Joined: Jul 20, 2002
Posts: 73
|
|
Thanks Simon and Stub. I am a bit confuse. Is JSTL part of jsp? or is it a third party product? When Simon says it is part of j2ee1.4, does he means that one no longer need to make the jar available in the classpath in order to use it? Thanks Ras
|
 |
Sam Wang
Ranch Hand
Joined: Jul 17, 2001
Posts: 95
|
|
It will be surely a part of J2EE.
|
 |
 |
|
|
subject: JSTL and J2EE
|
|
|