Content deleted Content added
Undid revision 528113541 by 202.191.64.154 (talk) |
JSF also uses EL |
||
Line 1:
{{Merge|Unified Expression Language|date=October 2009}}
'''Expression Language''' (EL) is a scripting language which allows access to [[Java (Sun)|Java]] components ([[JavaBean]]s)
Evolution of EL occurred to make scripting easier for web-content designers who have little or practically no knowledge of the core Java Language. This scripting language makes JSP a scripting language in the true sense. Before EL, JSP consisted of some special tags like [[scriptlet]]s, expressions etc. within which Java code was written explicitly. With EL the web-content designer needs only to know how to make proper calls to core Java methods and can enjoy the true scripting flavour of a scripting language.
|