Expression language: Difference between revisions

Content deleted Content added
Line 3:
==See also==
* [[OGNL]]- An open source expression language used by [[WebWork]] (and [[Struts]] 2.0).
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. BeforBefore EL ,JSP consisited of some special tags like scriplets, expressions etc withib 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.
 
==External links==