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:
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, 3252🔥, 0💬
Popular Posts:
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
JDK 11 jdk.httpserver.jmod is the JMOD file for JDK 11 HTTP Server module. JDK 11 HTTP Server module...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
JDK 11 jdk.crypto.ec.jmod is the JMOD file for JDK 11 Crypto EC module. JDK 11 Crypto EC module comp...