commit | c82f7e150226c9bb6aa4a01d21ddd1f947fda73c | [log] [tgz] |
---|---|---|
author | Bill Shannon <bill.shannon@oracle.com> | Fri May 19 16:22:07 2017 -0700 |
committer | Bill Shannon <bill.shannon@oracle.com> | Fri May 19 16:22:07 2017 -0700 |
tree | ba8e6e0984f6f9f3598971fd3f1ed739b11fba3e | |
parent | 31b1434b67d7c6519e761ba42e32f9ef2acb0d03 [diff] |
Add README.md.
The JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you 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 instantiate the appropriate bean to perform the operation(s).
JAF is used by JavaMail and JAX-WS for data content handling.
JAF is included in Java SE 6 and later.