In any case, somewhere I will need to write something like:
appCtx.getBean("myBean")
I can then pass the result to some class that will not know about Spring. But it looks like selfdeception -...
Type: Posts; User: Lock51; Keyword(s):
In any case, somewhere I will need to write something like:
appCtx.getBean("myBean")
I can then pass the result to some class that will not know about Spring. But it looks like selfdeception -...
Hi to everybody,
I am new to Spring. Right now I am trying to determine the best way to use it.
What I want to achive is the following:
1. Every class I have will have a bean factory...