I think I've get it!
Important is that no import tag reference to the xml's of the other beanfactory.
thats it
thanx
tofu
Type: Posts; User: tofu; Keyword(s):
I think I've get it!
Important is that no import tag reference to the xml's of the other beanfactory.
thats it
thanx
tofu
the problem is, that i have an existing application without spring. During refactoring I would bring in spring.
I will look at the SinghletonBeanFactoryLocator - thanx dejanp!
@al0:
yes I need...
Here the stuff I tried:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Hi!
I have a major problem and I hope someone can help me!
Requirements:
I have a application where I need a back-end implementation and a front-end implementation (both in the same JVM). The...