referencing multiple objects from a Object.. How to set up reference in the beans.xml file
Ram Narainan
Greenhorn
Joined: Feb 08, 2013
Posts: 1
posted
0
Hi All,
Newbie here. Spending my first hour on the spring framework.
I was trying to add some references to some dependent classes to see how the framework works.
In my hello world object i would like to create a refernce to a car object and a engine object and a wheel object etc.. car engine and wheel objects are all contained in the hello world object.
Please feel to ask any information i may have left out.
appreciate any inputs.
Ram