cvs commit: ports/java Makefileports/java/jakarta-commons-discovery Makefile distinfo pkg-descr

Greg Lewis glewis at FreeBSD.org
Sat Apr 17 23:18:20 PDT 2004


glewis      2004/04/17 23:18:19 PDT

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/jakarta-commons-discovery Makefile distinfo pkg-descr 
  Log:
  Add a port of jakarta-commons-discovery.
  
  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 at esil.univ-mrs.fr>
  
  Revision  Changes    Path
  1.122     +1 -0      ports/java/Makefile
  1.1       +48 -0     ports/java/jakarta-commons-discovery/Makefile (new)
  1.1       +2 -0      ports/java/jakarta-commons-discovery/distinfo (new)
  1.1       +16 -0     ports/java/jakarta-commons-discovery/pkg-descr (new)


More information about the cvs-all mailing list