JavaBeans: Difference between revisions

Content deleted Content added
m de:
No edit summary
Line 1:
'''Java Beans''' are [[software component]]s written in the [[Java programming language]].
 
The JavaBeans specification by [[Sun Microsystems]] defines them as "reusable software componetscomponents that can be manipulated visually in a builder tool".
 
In spite of many similarities, JavaBeans should not be confused with [[Enterprise JavaBeans]] (EJB), a server-side component technology that is part of [[J2EE]].