JavaBeans : Java Glossary
home J words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
JavaBeans
A standard for Java componentware. It functions much like Microsoft’s Windows-specific VBX Visual Basic pluggable components. The JavaBeans APIs allow ISVs to develop reusable software components that end-users can then hook together using visual application builder tools, such as Inprise’s JBuilder, IBM’s Visual Age, SunSoft’s Java Workshop and Symantec’s Visual Café. For example, Visual Café Pro has already created many smart components to give Delphi-like abilities to crank out SQL database applications. JavaBeans have persistence (with serialised customised objects stored in *.ser pickle files), properties, events and methods that are exposed to the GUI designer. They also support "introspection" so that GUI builder tools can examine them to figure out what properties and methods they support.
Writing a Bean is easy. Usually beans are bundled up with their corresponding BeanInfo classes into jar files.

JavaBeans have a persistence mechanism similar to serialization, but uses a fluffy XML format and the PersistenceDelegate class.

Many companies are selling JavaBeans you can plug into your own custom applications. I have some I have written available free with source code. They handle prompting, data validation and generating error messages for data keyed. There are plain and dbaware components for dates, FormattedTextFields, phone numbers, provinces, postal codes, etc. you can download.

Books

book_cover recommend book⇒Mastering JavaBeans
 paperback
ISBN10:0-7821-2097-0
ISBN13:978-0-7821-2097-4
publisher:Sybex
published:1997-05
by:Laurence Vanhelsuwé
800-pages. Now out of print.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

Learning More

Sun’s Javadoc on the PersistenceDelegate class : available:

CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.17] Spread the Net
You are visitor number 11,298.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/javabeans.html J:\mindprod\jgloss\javabeans.html