Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaBeans

You are here: irt.org | FOLDOC | JavaBeans

<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, Borland's JBuilder, IBM's Visual Age for Java, SunSoft's Java Workshop and Symantec's Visual Cafe.

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).

(http://javasoft.com/beans/).

(1997-11-20)

Nearby terms: Java 2 SDK « Java 2 Software Development Kit « Java archive « JavaBeans » Java Community Process » Java Database Connectivity » Java Development Kit

FOLDOC, Topics, 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

©2018 Martin Webb