Update as part of shutdown/migration process
2 files changed
tree: fe63f57b1a749a9bcde9022bfd1e7d11f2625844
  1. activation/
  2. activationapi/
  3. demo/
  4. doc/
  5. .gitignore
  6. .hgtags
  7. CONTRIBUTING.md
  8. copyright-exclude
  9. LICENSE.txt
  10. pom.xml
  11. README.md
README.md

:warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


JavaBeans Activation Framework (JAF)

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.

This standalone release of JAF uses a Java Platform Module System “automatic” module name of java.activation, to match the module name used in JDK 9. A future version will include full module metadata.