Thanks for the info. As I have seen Tomcat and as part of this the EL component seems to be the reference implementation for the JSP 2.0 API. If you are releasing EL 1.0, does this mean this is a final reference implementation of the specification, or are there still changes to be expected?
> -----Urspr�ngliche Nachricht----- > Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 23. Juni 2003 19:00 > An: Jakarta Commons Users List > Betreff: Re: AW: [ANNOUNCEMENT] Commons EL 1.0 Released > > > > > On Mon, 23 Jun 2003 [EMAIL PROTECTED] wrote: > > > Date: Mon, 23 Jun 2003 10:27:46 +0200 > > From: [EMAIL PROTECTED] > > Reply-To: Jakarta Commons Users List > <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: AW: [ANNOUNCEMENT] Commons EL 1.0 Released > > > > Hi, > > > > I could not find anything about the dependencies of the Commons EL > > component. > > Does EL rely on Servlet 2.4/JSP 2.0 specifications, or can > it be used in > > projects using "older" Servlet/JSP containers? > > > > It relies on APIs from JSP 2.0, so it can't be directly used > in containers > based on older versions. For that purpose, some folks have > had success > leveraging the expression evaluator in JSTL 1.0 (as implemented in the > "standard" tag library at Jakarta Taglibs), which will run on > a Servlet > 2.3 / JSP 1.2 container. > > > Harald Dietrich > > Craig McClanahan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
