Definitions for "Javabean"
A component technology for Java that allows a developer to create reusable software objects. E-xact has a Java Bean Transaction Component.
A component technology for Java that lets a developer creates reusable software objects. Ecom Technology has a Java Bean Transaction Component.
a collection of one or more Java classes, often bundled into a single JAR (Java Archive) file, that serves as a self-contained, reusable component
a class that adheres to a strict convention for naming methods that access or mutates the state of the class
a Java class that defines properties, has methods, and identifies events that it fires and to which it responds
a Java class that follows some simple conventions including conventions on the names of certain methods to get and set state