Bean is short for JavaBean. The Wikipedia entry is a good place to start.
Its a java class that conforms to some simple conventions (especially: uses standard get/set methods for its variables, and can be serialised) that enable it to be used in a plug-n-play kind of way to build applications.
JamesCherrill
Posting Genius
6,371 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073