summaryrefslogtreecommitdiffstats
path: root/java/jakarta-commons-discovery
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Don't mkdir ${JAVAJARDIR} (already in mtree)hq2005-07-291-8/+3
| | | | | - Use %%JAVAJARDIR%% - Use FIND | INSTALL_DATA rather than CP
* Use my FreeBSD address in MAINTAINERhq2004-10-231-1/+1
|
* Add a port of jakarta-commons-discovery.glewis2004-04-183-0/+66
The Discovery Component is about discovering, or finding, implementations for pluggable interfaces. It provides facilities intantiating classes in general, and for lifecycle management of singleton (factory) classes. Fundamentally, Discovery locates classes that implement a given Java interface. The discovery pattern, though not necessarily this package, is used in many projects including JAXP (SaxParserFactory and others) and commons-logging (LogFactory). By extracting this pattern, other projects can (re)use it and take advantage of improvements to the pattern as Discovery evolves. Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties (which are scoped across an entire JVM). PR: 65490 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
OpenPOWER on IntegriCloud