Lookup
From APIDesign
(Difference between revisions)
(New page: A merge of component Injection and adaptable pattern. [http://openide.netbeans.org/lookup/ external info]) |
|||
Line 1: | Line 1: | ||
- | + | [[Lookup]] is long time existing library that aligns [[Injection|component injection]] with adaptable pattern. It is baded on long time [[JDK]] standard for registering instances of services in [[JAR]] files. it extends this area and allows ''local pools'' of objects that can be queries for certain capability. That bridges the classical [[Injection|injection]] pattern with local adaptable pattern. | |
- | [http:// | + | * See [http://hudson.apidesign.org/hudson/job/lookup/org.apidesign$lookup/javadoc/ javadoc] |
Revision as of 20:34, 20 April 2009
Lookup is long time existing library that aligns component injection with adaptable pattern. It is baded on long time JDK standard for registering instances of services in JAR files. it extends this area and allows local pools of objects that can be queries for certain capability. That bridges the classical injection pattern with local adaptable pattern.
- See javadoc