JavaBeans Technology Code Samples
Technology Code Samples
JavaBeans Technology lets you create reusable, platform-independent software components. You can use JavaBeans-compliant application builder tools to combine components into applets, applications, or composite components. JavaBean components are also called Beans.
- See also the JavaBeans Trail in The Java Tutorial.
- JavaBeans Code Samples shows how to create, compile, test, and modify Beans. For supporting infromation see JavaBeans 101, Part II: Writing a Simple JavaBean.
- JavaBeans Code Samples shows you how to convert older applets and applications to Beans, explains the AWT delegation event model, and introduces reflection and introspection. For supporting infromation see JavaBeans 101, Part III: Writing Advanced JavaBeans.
- Juggler.java uses the BeanContext provided by the BeanBox to request the method tracing service. For supporting information see JavaBeans Technology: Unlocking the BeanContext API.