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, ∼4642🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...
Java-WebSocket Source Code Files are provided in the source package file, java-websocket-1.5.4-src .z...
Swingx is the SwingLabs Swing Component Extensions. JAR File Size and Download Location: File name: ...
If you are a Java developer, it is very often that you need to use some 3rd party libraries to perfo...