1 |
"Reusable software components that can be manipulated visually in a builder tool."
|
2 |
They are Java's implementation of "component-based" visual programming
|
3 |
This modern software engineering technique produces a new approach to libraries which become a "software component infrastructure(SCI)"
|
4 |
There is a visual interface to discovery of and setting of values of and information about parameters used in a particular software component
|
5 |
JavaBeans uses the event model of JDK1.1 to communicate between components
-
This is exactly same as new AWT event model and shows power of this model
|