I would like to know how to get a custom BeanFactory work together with the ApplicationContext model.
A custom BeanFactory-implementation is easy to implement, so I can easily create a...
Type: Posts; User: ttlaitin; Keyword(s):
I would like to know how to get a custom BeanFactory work together with the ApplicationContext model.
A custom BeanFactory-implementation is easy to implement, so I can easily create a...
[I already posted about this to the architectural discussion, see http://forum.springframework.org/showthread.php?t=11180
however, this forum seems to be the correct place.. ]
I would like to...
Thank you for the quick reply! that was very fast..
I looked at the BeanDefinitionReader briefly and it unfortenately seems to be too close to the Spring way of initializing the beans:
- It...
I am developing an XML-based configuration tool called JICE that is very similar to the XmlBeanFactory of Spring Framework.
In order to use JICE with Spring, I would like to implement a custom...