aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Factory bean which supports singleton #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4023

Issue 190 supports bean import for beans of scopes other than singletons.

One of the nice side effects of this is that beans created either with
non-singleton scope or using non-static factory beans can be proxied and
injected as singletons. Typically usage is across different application
contexts (modules).

Would be good to have a general purpose proxy which can be used for the
same purpose within the SAME application context.

Original issue reported on code.google.com by philzoio...@googlemail.com on 7 May 2009 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 19 Dec 2012 at 9:50

GoogleCodeExporter commented 9 years ago
Need to double check that this one hasn't already been done.

Original comment by philzoio...@googlemail.com on 23 Mar 2013 at 5:48