Tag Archive for "inheritance" tag

Using parent bean definitions in Spring

March 22nd, 2008 by stevi | 2 comments

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 [...]