13 lines
553 B
XML
13 lines
553 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription>
|
|
PicoContainer is very simple container for very simple components. It
|
|
honors the Inversion of control pattern (IoC) in a way that we calling
|
|
it type 3 IoC. See below for types. Components are typically going to
|
|
live inside the same JVM. The idea is that this might scale from
|
|
embedded containers for simple beans to enterprise and distributed
|
|
applications.
|
|
</longdescription>
|
|
</pkgmetadata>
|