|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
JavaBeans (java.beans.*)
A JavaBean is a platform-independent component. A component or Bean is a reusable entity (commonly a visual entity) that can be plugged-into other applications. A Bean must adhere to specific rules so to allow the IDE or builder tool to discover its features through introspection. A Bean has certain properties, certain characteristics, that can be changed at design time. After changing its properties, the Bean can be made persistent as to save its state. Check out the examples in this category!
Featured Books
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I wrap a JavaBean in a COM object?
Further Information (sorted alphabetically)
Api's:
Faq's:
Tutorials:
Articles:
Related Links:
Related Books:
|
|
|
|
|