EJB defines the distinction between entity beans and session beans, and provides
separate EntityBean and SessionBean interfaces for the bean implementer, but
does not provide separate interfaces for the remote interface. Does anyone know
why subinterfaces of EJBObject aren't provided for entities and sessions? That
would seem like a natural way to provide a way to define variables, parameters,
or return values that are limited to EJBObject references that are just
entities, or just sessions. This seems useful to me, since there are
significant differences between sessions and entities (such as that sessions
cannot be persistent objects and do not support returning primary key).
Erik Voldal
Email: [EMAIL PROTECTED]
Phone: 507-253-4788
===========================================================================
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".