Technology Notes
TechNotes Tags:
TechNotes by Date:
Listing of Technology Notes
Created by
elishapeterson
1246458611|%O ago (%e %b %Y, %H:%M)
JavaBeans
Tags: java javabeans
This describes "JavaBeans" and how to use them. A Java "bean" is essentially a class that adopts a kind of contract regarding the names and nature of its methods. This contract allows the class to be easily handled when it comes to adjusting its properties dynamically or through property sheets, serializing (i.e. saving the class to a file and re-loading it), event handling, and many other situations. See also this official guide.
page_revision: 47, last_edited: 1246458962|%e %b %Y, %H:%M %Z (%O ago)





