You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
628 B
17 lines
628 B
<?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>
|