RE: Best practices: How to initialize state in EntityBean's super class

2001-02-20 Thread Randahl Fink Isaksen
Best practices: How to initialize state in EntityBean's super class I am doing something very similar to what you described. My base class is actually coded like a Entity bean so that it has all the ejbActivate, ejbLoad, ejbStore etc. Hence it is a self-contained entity bean which handles its o

RE: Best practices: How to initialize state in EntityBean's super class

2001-02-20 Thread Conrad Chan
this help Conrad -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 12:34 AM To: Orion-Interest Subject: RE: Best practices: How to initialize state in EntityBean's super class Thanks for your reply. I think you are right about naming