Re: Using Avalon Components in Spring Components

2006-10-30 Thread Joerg Heinicke
Alexander Klimetschek mindquarry.com> writes: > >> But roles are a different concept than bean-ids > > Why do you think so? > > I am not a Spring expert, but roles have this inheritance concept, and > bean-ids are merely just IDs, aren't they? I might be wrong, but there is no real inherit

Re: Using Avalon Components in Spring Components

2006-10-30 Thread Carsten Ziegeler
Alexander Klimetschek wrote: > Carsten Ziegeler schrieb: >>> But roles are a different concept than bean-ids >> Why do you think so? > > I am not a Spring expert, but roles have this inheritance concept, and > bean-ids are merely just IDs, aren't they? > Ah, yes, the original idea of Avalon

Re: Using Avalon Components in Spring Components

2006-10-30 Thread Alexander Klimetschek
Carsten Ziegeler schrieb: But roles are a different concept than bean-ids Why do you think so? I am not a Spring expert, but roles have this inheritance concept, and bean-ids are merely just IDs, aren't they? Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: Using Avalon Components in Spring Components

2006-10-30 Thread Carsten Ziegeler
Alexander Klimetschek wrote: > Hi, > > how do you use an Avalon component in a Spring bean? With Spring you are > supposed to inject the dependency via the bean XML config. There you > need a bean-id of the component to inject. What if this component is not > defined as a Spring bean but is an

Using Avalon Components in Spring Components

2006-10-30 Thread Alexander Klimetschek
Hi, how do you use an Avalon component in a Spring bean? With Spring you are supposed to inject the dependency via the bean XML config. There you need a bean-id of the component to inject. What if this component is not defined as a Spring bean but is an Avalon component? Do I simply use the r