Hi!
Rickard �berg wrote:
> Constantine Plotnikov wrote:
> > We have prepared inheritance support for finder methods tchnology
> > demo for JOnAS: JavaTM Open Application Server
> > (http://www.bullsoft.com/ejb/).
> > The patch is based on my proposal to EJB interest some time ago:
>
> The Dynamic Aggregation model as defined in ObjectSpace's Voyager seem
> to be a good tradeoff for introducing "inheritance". Has anyone tried it
> in EJB?
1. I do not see the problem with derived bean remote interface extending
base bean remote interface.
2. I also do not see the problem with derived bean class extending base
bean class.
3. The only serious problem with inheritance support in EJB 1.1 I see is
that finder method in base class currently cannot return instances of
derived class because there are now way for finder method to tell right
type for bean. And I do not see how dynamic aggregation solves this
problem. Could you please explain your idea?
Constantine
===========================================================================
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".