up previous next contents
Next: Remote Method Invocation (RMI) Up: Day 3: Standard Libraries Previous: Thread references   Contents

JavaBeans

  • A JavaBean is a reusable software component based on Sun's JavaBeans specification that can be visually manipulated in a builder tool.
  • A JavaBean is simply a Java class that has get and set methods for each class attribute.
  • These get and set methods follow a standard naming convention.
  • A set of properties that can be read, changed, or discovered.
  • May be serializable.
  • May generate or listen to events.


up previous next contents
Next: Remote Method Invocation (RMI) Up: Day 3: Standard Libraries Previous: Thread references   Contents