java:evaluateexpressionsgivenasparameter
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | java:evaluateexpressionsgivenasparameter [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to evaluate expressions given as parameter ====== | ||
| + | |||
| + | Sometimes it comes in handy to evaluate an expression given as a parameter, to leave open certain parts of the application (how a particular formula is calculated, the set of business rules of the application, | ||
| + | |||
| + | The documentation of Spring, despite is large, is good: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | And here is a more concise explanation: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | |||
