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, ∼3824🔥, 0💬
Popular Posts:
JDK 11 java.base.jmod is the JMOD file for JDK 11 Base module. JDK 11 Base module compiled class fil...
Java Servlet API 4.0.1 Source Code Files are important if you want to compile them with different JD...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...
How to display types defined in an XML Schema file with the xs\QueryXS.java provided in the Apache X...