mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 17:17:59 -07:00
17 lines
628 B
XML
17 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>
|