Delurking ..

Hello all,

A couple of questions.

1) Re. Stateless Session Beans: Is it correct to draw an analogy
   with Singleton's ?  It seems obvious, given that any instance
   of a Stateless Session Bean is the same as any other instance.
   If I want to rewrite a particular Singleton as an EJB, and it
   does not preserve state information across method calls, can
   I implement it straight away as a Stateless Session Bean ?
   Any "gotcha's" to be aware of ?

2) Let's say I want to implement DB transactions, but my EJB Server
   does not support Entity Beans.  In that case, am I forced to
   implement transactions on my own, by using Stateful Session
   Beans, and BMP, with all methods deployed as TX_BEAN_MANAGED ?

I apologize in advance if these are elementary questions.

Thanks,
Fred Baube

--
F.Baube(tm)        * "The record labels are middlemen.
G'town U. MSFS '88 *  In the age of the Net, middlemen
[EMAIL PROTECTED] *  are roadkill.  Let's kick out the jams ..."
+358 (40) 737 6934 *    -- music attorney Ashwood Kavanna
#include <std_disclaimer.h>

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