@ -147,6 +147,15 @@ public interface ConfigurableApplicationContext extends ApplicationContext, Life
@@ -147,6 +147,15 @@ public interface ConfigurableApplicationContext extends ApplicationContext, Life
@ -159,9 +159,8 @@ The steps involved in using dynamic-language-backed beans are as follows:
@@ -159,9 +159,8 @@ The steps involved in using dynamic-language-backed beans are as follows:
element in the XML configuration (you can define such beans programmatically by
using the Spring API, although you will have to consult the source code for
directions on how to do this, as this chapter does not cover this type of advanced configuration).
Note that this is an iterative step. You need at least one bean
definition for each dynamic language source file (although multiple bean definitions can reference the same dynamic language source
file).
Note that this is an iterative step. You need at least one bean definition for each dynamic
language source file (although multiple bean definitions can reference the same source file).
The first two steps (testing and writing your dynamic language source files) are beyond
the scope of this chapter. See the language specification and reference manual
@ -578,9 +577,12 @@ If you do not use the Spring namespace support, you can still use the
@@ -578,9 +577,12 @@ If you do not use the Spring namespace support, you can still use the