Example & Tutorial understanding programming in easy ways.

What is EL ?

EL stands for expression language. An expression language makes it possible to easily access application data.In the below expression amountofwine variable value will be rendered.

 There are ${amount} litres of milk in the bottle.

Read More →