Re: Register beans

2013-03-13 Thread Lars-Erik Helander
Ok, thanks for the clarifcation and the hint about the composite registry. Lars Skickat från min iPhone 12 mar 2013 kl. 13:12 skrev Claus Ibsen : > On Tue, Mar 12, 2013 at 10:26 AM, helander wrote: >> Fom Java code I would like to register beans in the context registry. I need >

Re: Register beans

2013-03-12 Thread Claus Ibsen
On Tue, Mar 12, 2013 at 10:26 AM, helander wrote: > Fom Java code I would like to register beans in the context registry. I need > to do this in code that will deployed in various containers (Spring, JEE web > applications). > Is there some method that works in all these environments

Register beans

2013-03-12 Thread helander
Fom Java code I would like to register beans in the context registry. I need to do this in code that will deployed in various containers (Spring, JEE web applications). Is there some method that works in all these environments (hiding from my code the current registry implementation) or do I have