summaryrefslogtreecommitdiff
blob: 896e47a05b0c7070dcc31b8d1471f9f2118504ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>