Need javax.el package

hi there,currently, I use JDK 1.5_08, and update my web application to use JSF1.2. As I understand, javax.el package is part of Java EE 5 SDK. but I don't want to install EE 5 SDK. where can I get the jar of javax.el package?Many thanks,lluo
[277 byte] By [luola] at [2007-9-25]
# 1

javax.el is a part of JavaEE 5. So, Java EE 5 SDK is a right place where you can get it. However, do not be so optimistic. Taking this package will force you to take the rest. If you do not want to install Java EE SDK , but want to use JSF 1.2, only one way to go is using facelets.

If you have existing working application and want to migrate it to JSF1.2+Facelets, it might be a challenge. I mean replacing jsp with xhtml.

Working template for JSF1.2+Facelets: http://blog.exadel.com/?p=23

Sergey.Smirnova at 2007-7-15 > top of java,Enterprise & Remote Computing,Web Tier APIs...
# 2
See http://juel.sourceforge.net
beckchra at 2007-7-15 > top of java,Enterprise & Remote Computing,Web Tier APIs...