Hi everybody,
I would like to know if it's possible to group beans by a prefix or an identifier (other than id). I mean, I have two projects, with each application context. But there are beans with the same id and when I use both application contexts together, there is a problem with the beans of the same id. Is there any way to say "well, I have one A project's bean with id 'myBean' and other bean from B project with id 'myBean', but I reference them like 'A.myBean' and 'B.myBean'"?
Thanks!!


Reply With Quote
