h3.JavaBeans Technology Code Samples
h3.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|http://java.sun.com/docs/books/tutorial/javabeans/index.html] in [The Java Tutorial|http://java.sun.com/docs/books/tutorial/javabeans/index.html].
* [JavaBeans Code Samples|http://java.sun.com/developer/onlineTraining/Beans/beans02/Beans02.zip] shows how to create, compile, test, and modify Beans. For supporting infromation see [JavaBeans 101, Part II: Writing a Simple JavaBean|http://java.sun.com/developer/onlineTraining/Beans/beans02/].
* [JavaBeans Code Samples|http:///developer/onlineTraining/Beans/beans3/Beans03.zip] 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|http://java.sun.com/developer/onlineTraining/Beans/beans3/].
* [Juggler.java|http://java.sun.com/developer/technicalArticles/jbeans/BeanContext/index.html#codesample1] uses the BeanContext provided by the BeanBox to request the method tracing service. For supporting information see [JavaBeans Technology: Unlocking the BeanContext API|http://java.sun.com/developer/technicalArticles/jbeans/BeanContext/index.html].
----
h3.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|http://java.sun.com/docs/books/tutorial/javabeans/index.html] in [The Java Tutorial|http://java.sun.com/docs/books/tutorial/javabeans/index.html].
* [JavaBeans Code Samples|http://java.sun.com/developer/onlineTraining/Beans/beans02/Beans02.zip] shows how to create, compile, test, and modify Beans. For supporting infromation see [JavaBeans 101, Part II: Writing a Simple JavaBean|http://java.sun.com/developer/onlineTraining/Beans/beans02/].
* [JavaBeans Code Samples|http:///developer/onlineTraining/Beans/beans3/Beans03.zip] 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|http://java.sun.com/developer/onlineTraining/Beans/beans3/].
* [Juggler.java|http://java.sun.com/developer/technicalArticles/jbeans/BeanContext/index.html#codesample1] uses the BeanContext provided by the BeanBox to request the method tracing service. For supporting information see [JavaBeans Technology: Unlocking the BeanContext API|http://java.sun.com/developer/technicalArticles/jbeans/BeanContext/index.html].
----