16 lines
628 B
XML
16 lines
628 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<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>
|