★ wanayoo — archive 1999 https://github.com/javaee/activationNouvelle recherche | Portail wanayoo
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
This repository has been archived by the owner. It is now read-only.
No description, website, or topics provided.
Java HTML
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
activation Update Junit version Feb 27, 2018
activationapi
demo Final release of JAF 1.2.0. Sep 6, 2017
doc Update spec license. May 26, 2017
.gitignore Add LICENSE, CONTRIBUTING, .gitignore. May 19, 2017
.hgtags Added tag JAF-1_2_0 for changeset dfaec4fe670d Sep 6, 2017
CONTRIBUTING.md Update as part of shutdown/migration process Sep 7, 2018
LICENSE.txt Add LICENSE, CONTRIBUTING, .gitignore. May 19, 2017
README.md Update as part of shutdown/migration process Sep 7, 2018
copyright-exclude Update copyright header and URLs; add copyright-exclude file. May 19, 2017
pom.xml Don't deploy the demo module. Sep 6, 2017

README.md

⚠️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.

You can’t perform that action at this time.