Developing Java Beans
Toolbar
JavaBeans is one of the most important developments in Java™ since its inception. It is Java's
component architecture, which allows components built with Java to be used in graphical
programming environments. Graphical development environments let you configure components by
specifying aspects of their visual appearance (like the color or label of a button) in addition to the
interactions between components (what happens when you click on a button or select a menu item).
This means that someone can use a graphical tool to connect some Beans together and make an
application without actually writing any Java code—in fact, without doing any programming at all.
|
Top Categories
New articles:
|
||||||