1 | Properties -- setting and inspecting parameters |
2 | Object Serialization (JDK1.1) -- jar files, saving JavaBeans |
3 | Persistence -- Saved JavaBeans become object oriented database |
4 | Reflection (JDK1.1) -- find out class structure |
5 | BeanInfo -- general Bean Information |
6 | Custom Editors -- Bean Specific Editors |
7 | Event Model (JDK1.1) is same as for AWT |
8 | Linkage of Beans using event model |
9 | Java Remote Method Invocation (RMI) Java's answer to Corba |
10 | Distributed JavaBeans for web computing and information systems |