Originally posted by magesh sripathy:
Is it possible to write the buisness method in the container managed entity beans other than the setter and getter methods of the persistence fields.
yes.
Mortgage
public float remainingLoan(Date atGivenDate)
but to access it, you'll generally want to provide a Stateless bean which provides access to this business logic via Remote interface,