February 2013
Intermediate to advanced
1152 pages
32h 49m
English
In this chapter
• Using Beans to Build an Application
The official definition of a bean, as given in the JavaBeans specification, is: “A bean is a reusable software component based on Sun’s JavaBeans specification that can be manipulated visually in a builder tool.”
Once you implement a bean, others can use it in a builder environment (such as NetBeans). Instead of having to write tedious code, they can simply drop your bean into a GUI form and customize it with dialog boxes.
This chapter explains how you can implement beans ...
Read now
Unlock full access