A JavaBean has a documented
specification(http://www.javasoft.com/beans/docs/spec.html)
In a nutshell this describes a JavaBean through the java.beans.BeanInfo
interface.
This can be derived for any Java object using introspection and patterns,
but to precisely
define a 'JavaBean' you need to define a java.beans.BeanInfo. From the
java.beans.BeanInfo
javadoc:

"A bean implementor who wishes to provide explicit information about their
bean may provide a BeanInfo class that implements this BeanInfo interface
and provides explicit information about the methods, properties, events,
etc, of their bean."

> -----Original Message-----
> From: Rakesh Rajendran [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 10, 2000 10:54 AM
> To: [EMAIL PROTECTED]
> Subject: JavaBeans vs Java Beans
>
>
> Hi all,
> Can anybody tell what is the difference between JavaBeans and
> a Java Bean .
> It might look silly but frankly speaking I am confused.
> See..according to me any java class which can be re-used is a
> bean.  And
> same is true with JavaBeans.So I want to know what is there
> in JavaBeans
> which makes it different from a simple bean?
> Looking forward for ur help.
> Thanks & Regards,
>
> Manesh


***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to