Originally posted by tan kian:
Bean is referring to the XXXbean that i'll be coding right? so for the Container, is it referring to the XXXHome or XXXLocal or some other stuff?
Yes, but remember an
EJB is
all the specified components, not just the XXXHome class or whatever. For a container managed Entity Bean the implementing class will be abstract (since it ifs the container which provides this logic). Bean managed it will be concrete, and you have to provide implementing logic for each of its methods.