Re: difference between ejbbean and javabean
Posted By:
Anonymous
Posted On:
Friday, March 9, 2007 01:02 AM
Hi Nagendra,
There is nothing to differentiate the Java beans and Entreprise Java Beans.Both concepts are different.Java beans are simple java classes which have peivate variables with the accessor and mutator methods for those private variable.Enterprise java bean is a bean which is a managed component by the Application servers like weblogic,websphere,jBoss etc......
Regards,
Krishna Rajendra A.