Sanjeev Kumar wrote:
> I believe that EJB1.1 does not have a provision for multiple interfaces
> to a bean. This is where the CORBA Component Model (CCM) had shown some
> initiative. [The last time I checked, the CCM working group was actively
> working to provide inter-operability with exisiting EJB spec.]
There is nothing in the spec that prevent having multiple interface for the same
bean implementation.
You can deploy multiple beans that will use the same implementation. This has
also the advantage of having the possibilty to specify different deployement
option for each of the interfaces to the bean.
What you can also do is create multiple interfaces and make your remote
interface implements all these interfaces. As long as all the methods in the
interfaces respect the EJB specification, there is absolutly no problem.
===========================================================================
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".