Sunday, March 26, 2006

Calling Ruby Scripts From Java Through Spring

The new Spring 2.0 carries a very interesting feature: binding scripts through dependency injection. It enables to load scripted objects into the Spring application context and call them as if they were java objects. I wonder whether the reverse is possible too? Look at the Spring-Loaded blog for more information.

No comments: