| Author |
Difference between Java Beans and EJD
|
Dean Jones
Ranch Hand
Joined: Dec 29, 2007
Posts: 129
|
|
Hi ranchers, Can any one tell me the difference between normal Java Beans and Enterprise Java Beans? Thanks and regards Deano
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14669
|
|
|
A simple answer would be to say that an Enterprise Java Bean is managed by an EJB container. It has some special powers, given to him by the container. A Java Bean is just a plain old class.
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: Difference between Java Beans and EJD
|
|
|