Spring Bean Example

This application is the example of been collaboration that means one bean injecting the information of other beans
Book.java

This is normal pojo class

BookInter.java

this is implementation details class file

CommandLineView.java

this class displaying the out put.

book.xml

This is client application of all application

Output