eWebProgrammer
Distributednetworks GofPatterns
prev next prev next
Course navigation
Lesson 18
JavaBean Structure Conclusion
This module took you inside a Bean to learn about the structure and organization of data and methods,
the two primary parts of a Bean.
You learned a great deal about properties, the Bean data made available externally via accessor methods.
The different types of properties were explored,
which include
  1. simple properties,
  2. indexed properties,
  3. bound properties, and
  4. constrained properties.
You finished the module by creating a property and its associated accessor methods.
Bean Internals - Quiz
Before you move on to the next module, make sure to click the Quiz link below to take a multiple-choice quiz that has questions addressing all of the lessons worked on through in this module.
Bean Internals - Quiz
In the next module, Bean internals will be analyzed by learning about design patterns and introspection.
You will also build your first complete Bean in the next module, which is a pretty important leap from theory to application.
Course navigation