Given by Geoffrey Fox, Nancy McCracken, Wojtek Furmanski at Basic Information Track Computational Science Course CPS616 on Spring Semester 1999. Foils prepared May 19 99
General Issues -- why Java Beans are important
Some example JavaBeans
Detailed Technologies of JavaBeans (These include some generic JDK1.1 topics and some which are JavaBean.)
Properties -- setting and inspecting parameters
Object Serialization (JDK1.1) -- jar files, saving JavaBeans
Persistence -- Saved JavaBeans become object oriented database
Reflection (JDK1.1) -- find out class structure
BeanInfo -- general Bean Information
Custom Editors -- Bean Specific Editors
Event Model (JDK1.1) is same as for AWT
Linkage of Beans using event model
Distributed JavaBeans for web computing and information systems