Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
JavaBeans
Jump to user comments
programming A component architecture for the Java
programming language, developed initially by Sun, but now
available from several other vendors. JavaBeans components
are called "beans".
JavaBeans allows developers to create reusable software
components that can then be assembled together using visual
application builder tools including Sybase's PowerJ,
JavaBeans support Introspection (a builder tool can analyze
how a Bean works), Customisation (developers can customise the
appearance and behaviour of a Bean), Events (Beans can
communicate), Properties (developers can customise and program
with Beans(?)) and Persistence (customised Beans can be stored
and reused).