Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Attached is a quick-and-dirty integration with Spring application contexts that I did, in the hopes that someone else might find it useful.
I didn't include an example with the source, but I did successfully integrate it in my application that uses Pico for service components and Spring MVC as the presentation layer.
This only exposes String-keyed components in a Picocontainer to a Spring application context (it does not do the inverse operation of exposing Spring containers to Pico).
Comments appreciated!
I included a package.html file with some comments, here they are so that you don't have to download and unpack the zip to read them.
Purpose
To allow Picocontainers full of components to be automatically visible through adapter implementations of Spring's BeanFactory and ApplicationContext interfaces.
Limitations/Compatibility Issues