aboutsummaryrefslogtreecommitdiff
path: root/java/jaf/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 04:29:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 04:29:39 +0000
commit40c691c882a44504ebd0c35bfd88b0dd15c10efb (patch)
tree5e6f9fd34c5aca4845965bb24335f38621f6f335 /java/jaf/pkg-descr
parentb6e3beb00b66f068d6048e386e018543b707df4a (diff)
Notes
Diffstat (limited to 'java/jaf/pkg-descr')
-rw-r--r--java/jaf/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jaf/pkg-descr b/java/jaf/pkg-descr
new file mode 100644
index 000000000000..d5e2d833641f
--- /dev/null
+++ b/java/jaf/pkg-descr
@@ -0,0 +1,11 @@
+With the JavaBeansTM Activation Framework standard extension, developers
+who use JavaTM technology can take advantage of standard services to
+determine the type of an arbitrary piece of data, encapsulate access to
+it, discover the operations available on it, and to instantiate the
+appropriate bean to perform said operation(s). For example, if a browser
+obtained a JPEG image, this framework would enable the browser to identify
+that stream of data as an JPEG image, and from that type, the browser
+could locate and instantiate an object that could manipulate, or view that
+image.
+
+WWW: http://java.sun.com/beans/glasgow/jaf.html