Laird Nelson wrote:
>
> Assaf Arkin wrote:
> > Confusing name. The deployment descriptor is created by the bean
> > developer, the bean developer gets to specify which type of bean it is.
> > The deployment descriptor is *not* created or modified at deployment
> > time.
>
> *Blink* *blink* so why aren't its attributes specified in the bean code,
> or as the results of public final methods?

Potentially you can do the same with the transaction attribute, the
resource names, etc. But the textual DD is easier for to work with and
do discovery.

Next step I might want to add an asynchronous bean (JMS) which has the
same interface as a session bean, but different deployment attribute.
Just an idea :-)

arkin

>
> What a weird specification.
>
> 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".

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