Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is JAF (JavaBeans Activation Framework)
What Is JAF (JavaBeans Activation Framework)?
✍: FYIcenter.com
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).
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.
The JAF API is based on the JAF specification as defined in "JSR 925: JavaBeans Activation Framework". The latest version of the specification was JAF 1.1 released on June 27, 2005.
Sun has provided several releases of the JAF implementation and named it as activation.jar:
JAF 1.2 2017-09-06 javax.activation-1.2.0.jar JAF 1.1.1 Included in JDK 6 to 8 JAF 1.1.1 17-Oct-2007 activation.jar (in jaf-1_1_1.zip) JAF 1.1 19-Apr-2006 activation.jar JAF 1.0.2 07-May-2005 activation.jar (in jaf-1_0_2-upd2.zip) JAF 1.0.1 activaiton.jar JAF 1.0 activation.jar
For additional information, visit
⇒ Test Program on java.activation.DataSource
⇐ Downloading activation.jar - JavaBeans Activation Framework
⇑ Downloading activation.jar - JavaBeans Activation Framework
2016-06-10, ∼3416🔥, 0💬
Popular Posts:
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of a...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...