3 |
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
|