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, 2973🔥, 0💬
Popular Posts:
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
What is ojdbc.jar - JDBC Driver for Oracle? ojdbc.jar is a JDBC driver from Oracle that provides dat...
JDK 8 jconsole.jar is the JAR file for JDK 8 JConsole, which is a graphical monitoring tool to monit...
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...