Sriram Srinivasan wrote:
> Further, given the direction the EJB2.0 spec is taking, beans will get
> abstract accessor methods, something we have been lobbying for since
> before the 1.0 spec was released to the public. Since the container is
> expected to implement the concrete accessor methods, the isModified
> pattern is a temporary measure.

Oo, wait a minute; this sounds interesting.  Can you explain more
clearly what abstract accessor methods are?  Do you mean that my bean
class will look (in part) like this:

  public abstract class PersonBean implements EntityBean {
    // blah blah
    public abstract String getName();
  }

...or do you mean something different?

Cheers,
Laird

===========================================================================
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