Expression language

This is an old revision of this page, as edited by Muddassarxyz (talk | contribs) at 18:34, 26 August 2007 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Expression Language (EL) is a scripting language to allow access Java components (JavaBeans) through JSP. Since JSP 2.0, it is used inside JSP tags to separate Java code from JSP, and to allow easier access to Java components (than in Java codes).

See also

Evolvement of EL occured to make scripting more 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 consisited of some special tags like scriplets, expressions etc within which java code were written explicitly. With EL the web-content designer must only know to make proper calls to the core Java methods and just enjoy the true scripting flavour of a scripting language.