|
3 |
corrected spelling
|
||
Spring- How to use Springs Dependancy Spring Dependency Injection to write a Standalone Java ApplicaitonApplication |
||||
|
2 |
adding java tag
|
||
|
1 |
|
||
Spring- How to use Springs Dependancy Injection to write a Standalone Java ApplicaitonI want To write a standalone application with IOC,How do i use springs dependancy injection in there. Im using JIdea. There is spring 2.5 support but i want to use spring 3.0 here is the way i tried!
I tried this
but i cannot see that the dependancies are injected by the beans defined there (in the xml file) I put the above code in the main method and two bean definitions for two Objects,in one java class's constructor i used the other class's object - which was injected to this object - and called a mehtod on that which will print some thing but it didnt worked i thought that the above code creates all the dependencies and injects them but it doesnt seem like that
Please mention steps
|
||||
