Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 2821🔥, 0💬
Popular Posts:
What Is ojdbc7.jar for Oracle 12c R1? ojdbc7.jar for Oracle 12c R1 is the JAR files of ojdbc.jar, JD...
What JAR files are required to run dom\Writer.java provided in the Apache Xerces package? 3 JAR file...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...
Java Advanced Imaging (JAI) is a Java platform extension API that provides a set of object-oriented ...
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...