What are JavaBeans I
They are Java’s implementation of “component-based” visual programming
This modern software engineering technique produces a new approach to libraries which become a “software component infrastructure(SCI)”
There is a visual interface to discovery of and setting of values of and information about parameters used in a particular software component
JavaBeans uses the event model of JDK1.1 to communicate between components
- This is exactly the ideas we used to get high performance separating control and data transfer
One expects Javabeans to become the CORBA component interface