"The Spring Expression Language (abbreviated
as SpEL) is a powerful expression language. Within the Spring
portfolio, it serves as the foundation for expression evaluation. It
supports querying and manipulating an object graph at runtime. It
can be used with both XML-based and annotation-based Spring
configurations and bean definitions. Since it is capable of assigning
value dynamically at runtime, it can save us a lot of code." ...
... ...
The article written by me was published in DZone on 10 August, 2018. To read the full article, please use the following link:
Learning the Spring Expression Language (SpEL)