Java Beans 1


Introduction

  1. What is Java Beans -- or beans?
  2. Something need to be said:
  3. Builders supported Java Beans (currently):
  4. Different kinds of JavaBeans components
  5. Some ideas of what Beans could be:
  6. What's difference between a bean and a class library?
  7. What is the relationship between Sun's JFCs and JavaBeans?
    The JFC (Java Foundation Classes) is based upon the AWT (Abstract Windowing Toolkit), which has been part of the Java platform from the beginning. JFC effectively adds a richer set of visual elements for building JavaBeans components and applications.
  8. three mechanisms
  9. Design time v. run-time
  10. What about security?
  11. Related issue
  12. Remember