Skip to content
EntityQ259322· pop 22· linked from 47 articles

Also known as JavaBean

In computing based on the Java Platform, JavaBeans is a technology developed by Sun Microsystems and released in 1996, as part of JDK 1.1.

Wikidata facts

Show 1 more fact
Sources (3)

via Wikidata · CC0

~7 min read

Article

9 sections
Contents
  • Features
  • Advantages
  • Disadvantages
  • JavaBeans API
  • JavaBean conventions
  • Code example
  • See also
  • References
  • External links

In computing based on the Java Platform, JavaBeans is a technology developed by Sun Microsystems and released in 1996, as part of JDK 1.1.

The 'beans' of JavaBeans are classes that encapsulate one or more objects into a single standardized object (the bean). This standardization allows the beans to be handled in a more generic fashion, allowing easier code reuse and introspection. This in turn allows the beans to be treated as software components, and to be manipulated visually by editors and IDEs without needing any initial configuration, or to know any internal implementation details.

Connections

Categories