JavaBeans Activation Framework
From Wikipedia, the free encyclopedia
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
JavaBeans Activation Framework, or JAF, enables developers to:[1]
- 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).
It also enables you to dynamically register types of arbitrary data and actions associated with particular kinds of data. Additionally, it enables a program to dynamically provide or retrieve JavaBeans that implement actions associated with some kind of data.
[edit] External links
[edit] References
- ^ JavaBeans Activation Framework. Retrieved 2010-07-06.
| This software article is a stub. You can help Wikipedia by expanding it. |