4
votes

Is there something somewhere with a swing console with a shell for Spring Expression Language?

2

2 Answers

0
votes

Based on the code in org.springframework.expression submodule tests you can build a swing client that evaluates the SpEL statements and provides the desired results

1
votes

There's no console or command-line evaluator to my knowledge, but I suggest you download the code for the org.springframework.expression submodule and have a look at the tests. You can modify those and try various expressions.

UPDATE

If this looks similar to the winning answer, have a look at the timestamp ;-)