You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by d....@computer.org on 2004/02/11 08:48:05 UTC

Re: Compile time EL type checking

That's too bad, indeed.  I wouldn't have figured that ELs were only 
evaluated at run time since they can certainly be converted into 
standard Java code as you pointed out.  To lose the compile time checks 
and incur repeated performance hits to re-evaluate doesn't make much 
sense.  Perhaps there's some truly dynamic EL, but most seems to be 
easily translated to fixed Java code and could benefit from being 
compiled along with the JSP code.

David

>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org