Content deleted Content added
stub |
a bit more |
||
Line 1:
'''Java Beans''' are [[software
The JavaBeans specification by [[Sun Microsystems]] defines them as "reusable software componets that can be manipulated visually in a builder tool".
=== Naming conventions ===▼
In spite of many similarities, JavaBeans should not be confused with [[Enterprise JavaBeans]] (EJB), a server-side component technology that is part of [[J2EE]].
The [[source code]] of a Java Bean is subject to certain naming conventions. These naming conventions make it easier for beans to be reused, replaced and connected.
Line 10 ⟶ 14:
* It should contain the required event handling methods
* [[Widget (computing)|
* For a server side discussion of Java Beans see [[Enterprise Java Beans]].
==External links==
*[http://java.sun.com/products/javabeans/ Sun's JavaBeans product page]
{{compu-stub}}
[[Category: Java platform]]
[[es:JavaBeans]]
|