JavaBeans: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T5 CW#90 - Fix errors for CW project (Internal link written as an external link)
top: fixed link syntax
Tags: Mobile edit Mobile app edit Android app edit
Line 5:
}}
 
In computing based on the [[Java (programming language)|Java]] Platform, '''JavaBeans''' is a technology developed by Sun Microsystems and released in 1996, as part of [[Java Development Kit|JDK]] 1.1.
 
The 'beans' of JavaBeans are classes that encapsulate one or more [[Object (computer science)|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 [[Type introspection|introspection]]. This in turn allows the beans to be treated as [[Component-based software engineering|software components]], and to be manipulated visually by [[Integrated development environment||editors and IDEs]] without needing any initial configuration, or to know any internal implementation details.