summaryrefslogtreecommitdiff
blob: bf709d02eb346953d01beefc8076e0c4a93a924e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>
GNU JAF is a framework for declaring what beans operate on what MIME
type data. Content handler beans can be defined to handle particular
MIME content. The JAF unites internet standards for declaring content
with JavaBeans™.

The JAF defines two mechanisms within the framework. The first, the
file type map, specifies the MIME content type for a given file. The
default implementation of this uses the UNIX mime.types format to map
filename extensions to MIME types. The second mechanism, the command
map, specifies the actions that can be applied to a given MIME content
type. The default implementation of this uses the standard mailcap format
to map actions to JavaBean™ classes. These beans can then view, edit,
print, or perform whatever other action is required on the underlying
resource.
</longdescription>

</pkgmetadata>