Previous | Next | Trail Map | JavaBeans Tutorial | Introducing Java Beans


Basic Bean Concepts

Individual Java Beans will vary in functionality, but most share certain common defining features. While Beans are intended to be used primarily with builder tools, they need not be. Beans can be manually manipulated by text tools through programatic interfaces. All key APIs, including support for events, properties, and persistence, have been designed to be easily read and understood by human programmers as well as by builder tools.


Previous | Next | Trail Map | JavaBeans Tutorial | Introducing Java Beans