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:
JAF (JavaBeans Activation Framework) API 1.1
How does the JAF {JavaBeans Activation Framework} API 1.1 work?
✍: FYIcenter.com
JAF (JavaBeans Activation Framework) API 1.1 is designed with 5 main classes:
1. javax.activation.DataHandler class - Provides a consistent interface between JAF-aware clients and other subsystems.
2. javax.activation.DataSource interface - Encapsulates an object that contains data, and that can return both a stream providing data access, and a string defining the MIME type describing the data.
3. javax.activationCommandMap Interface - Provides a service that allows consumers of its interfaces to determine the ‘commands’ available on a particular MIME type as well as an interface to retrieve an object that can operate on an object of a particular MIME type (effectively a component registry). The
4. java.activation.CommandObject interface - Implemented by JavaBeans in order to interact with JAF services. JAF-aware JavaBeans components can directly access their DataSource and DataHandler objects in order to retrieve the data type and to act on the data.
Here is very high-level architecture diagram of JAF API 1.1:
⇐ What Is activation.jar of JAF 1.1
2016-07-09, ∼3942🔥, 0💬
Popular Posts:
JDK 11 java.sql.rowset.jmod is the JMOD file for JDK 11 SQL Rowset module. JDK 11 SQL Rowset module ...
Java Cryptography Extension 1.2.2 JAR File Size and Download Location: File name: jce.jar, jce-1.2.2...
JDK 1.1 source code directory contains Java source code for JDK 1.1 core classes: "C:\fyicenter\jdk-...
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
JDK 17 java.desktop.jmod is the JMOD file for JDK 17 Desktop module. JDK 17 Desktop module compiled ...