MOUSSAUD Beno�t wrote:

> Hi
> in our current evaluation of app servers, we take care about the
> compatibility between app server. We try to write portable code to set the
> correct parameters when we deploy and run EJBs.
> The main question is : How can we know on which app server the EJB run ?
> Is it written on spec ? Is there a common method to know this ?
>
> any comments ?
> /benoit

I wrote a series of articles in JavaWorld that addresses this very issue.  It
shows how to write beans that are both forward compatible (EJB 1.0 to EJB 1.1)
and portable across brands of EJB servers. The strategy automatically handles
differences between servers dynamically at runtime.

JavaWorld article link
http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-ejb1.html

Thanks,

Richard

--
Author of Enterprise JavaBeans
Published by O'Reilly & Associates

EJB FAQ
http://www.jguru.com/faq/EJB

EJBNow.com
http://www.ejbnow.com

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