Using parent bean definitions in Spring
This post on the JavaRanch Big Moose Saloon led me to fire up Eclipse and write some test code. The question is basically how can you use the ability to map a parent bean as part of a bean definition in Spring. Let’s look at three classes and see how they can be mapped using [...]