I've added an issue for this.
I'm not aware of the Spring internals so my suggestion may not be elegant - perhaps a custom bean factory that has access to all the parent bean meta data would be more...
Type: Posts; User: hughmadden; Keyword(s):
I've added an issue for this.
I'm not aware of the Spring internals so my suggestion may not be elegant - perhaps a custom bean factory that has access to all the parent bean meta data would be more...
Hiya,
I am using bean inheritance (aka parent) to simplify the setup of some beans that have many set entries.
i.e. you can see here I have three definitions in a hierarchy - the problem is I...
Hiya,
I'm integrating with a somewhat legacy application that provides stateful EJBs.
My application is a struts/spring/hibernate application with a struts tier, service tier (facades) and...