At 08:26 17.09.99 -0600, you wrote:
>Does anyone know if it's possible to add new class-level methods to the EJB
>Home Interface for a specifiec EJB type?
>I'd like to add a new method to the Home Interface which returns another
>Type. I understand you can overload the Find and Create methods, but I'd
>like to add a totally new method. I'd like to call this method even before
>I have a instance of the type. That makes it difficult to put it in the
>Remote interface.
I don't think there is a real need for what you describe. If you need a
solution that behaves like static code that is not bound to an object you
can use a stateless session bean.
Regards Reiner
===========================================================================
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".