SimpleJndiBeanFactory.java | Class | Simple JNDI-based implementation of Spring's
org.springframework.beans.factory.BeanFactory interface.
Does not support enumerating bean definitions, hence doesn't implement
the
org.springframework.beans.factory.ListableBeanFactory interface.
This factory resolves given bean names as JNDI names within the
J2EE application's "java:comp/env/" namespace. |