BeanDefinitionParser implementation for the '<lang:groovy/> ',
'<lang:jruby/> ' and '<lang:bsh/> ' tags.
Allows for objects written using dynamic languages to be easily exposed with
the
org.springframework.beans.factory.BeanFactory .
The script for each object can be specified either as a reference to the Resource
containing it (using the 'script-source ' attribute) or inline in the XML configuration
itself (using the 'inline-script ' attribute.
By default, dynamic objects created with these tags are not refreshable.
To enable refreshing, specify the refresh check delay for each object (in milliseconds) using the
'refresh-check-delay ' attribute.
author: Rob Harrop author: Rod Johnson author: Juergen Hoeller since: 2.0 |