Is there something somewhere with a swing console with a shell for Spring Expression Language?
2 Answers
0
votes
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 ;-)