In Chapter 11, we saw how we can send email using Spring’s built-in mail sending classes. In this chapter, we’re going to look into another corner altogether, the ability of Spring to leverage actual scripting languages directly as Spring components.
We’re going to mostly look at Groovy, but Beanshell and JRuby support is also included; they’re just less likely to fit well into most developers’ paradigms.
It’s also worth pointing out that scripts, ...