JavaBeans Activation Framework


License

License

GroupId

GroupId

com.sun.activation
ArtifactId

ArtifactId

javax.activation
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JavaBeans Activation Framework
JavaBeans Activation Framework
Project Organization

Project Organization

Oracle

Download javax.activation

How to add to project

<!-- https://jarcasting.com/artifacts/com.sun.activation/javax.activation/ -->
<dependency>
    <groupId>com.sun.activation</groupId>
    <artifactId>javax.activation</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.activation/javax.activation/
implementation 'com.sun.activation:javax.activation:1.2.0'
// https://jarcasting.com/artifacts/com.sun.activation/javax.activation/
implementation ("com.sun.activation:javax.activation:1.2.0")
'com.sun.activation:javax.activation:jar:1.2.0'
<dependency org="com.sun.activation" name="javax.activation" rev="1.2.0">
  <artifact name="javax.activation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.activation', module='javax.activation', version='1.2.0')
)
libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0"
[com.sun.activation/javax.activation "1.2.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.7

Project Modules

There are no modules declared in this project.

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

com.sun.activation

Java EE

Java Enterprise Edition

Versions

Version
1.2.0