From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/gnu-jaf/metadata.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-java/gnu-jaf/metadata.xml (limited to 'dev-java/gnu-jaf/metadata.xml') diff --git a/dev-java/gnu-jaf/metadata.xml b/dev-java/gnu-jaf/metadata.xml new file mode 100644 index 000000000000..bf709d02eb34 --- /dev/null +++ b/dev-java/gnu-jaf/metadata.xml @@ -0,0 +1,26 @@ + + + + + java@gentoo.org + Java + + + +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. + + + -- cgit v1.2.3