Previous | Next | Trail Map | JavaBeans Tutorial | Table of Contents


Writing a Simple Bean

In the following sections you will learn how to implement and use the basic Bean attributes: properties, events, and persistence. You will also learn how to use the BeanBox's applet generating capability.

Now is a good time to read or review the JavaBeans API Specification. Chapter 7 describes properties, Chapter 6 describes events, and Chapter 5 describes persistence.


Previous | Next | Trail Map | JavaBeans Tutorial | Table of Contents