Scriptlets « EL « JSP-Servlet Q&A





1. Scriptlets over EL    stackoverflow.com

Hi what is the advantage of using EL over scriptlets in JSP.EL is said to be scriptfree language

2. Why is EL so good, and scriptlets so bad    coderanch.com

I'm not seeing it. I know, and people who I trust tell me that EL is modern and scriptlets are bad, evil and should be banned. While scriptlettes may be a bit ugly, I'm not seeing EL as all that much better. Calling a function with parameters is complex and requires all sorts of fancy stuff that is not obvious (like ...