Hi Suriya,
        Yes, From EJB 2.0 onwards, it allows to put the business methods in Home Interface of Entity Beans, however only specific types of the business methods are candidate for the home interface. If a business method is not specific to a particular entity bean instance then it is a candidate for the Home Interface. e.g. if your requirement is to count the number of the saving accounts in your system then you can put this business method in the home interface of the 'Saving Account' Entity bean. Because this method will not deal with a particular single account rather it will deal with the whole table (all records).
 

Regards,
Manoj Kumar.

Suryanarayanan V wrote:

Dear friends,
Will it be possible to put user methods in EJBHome interface..,
Thanks and Regards,
Suriya

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to