Re: entity beans within an Action

2001-04-04 Thread G.L. Grobe
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 8:54 AM Subject: RE: entity beans within an Action Hi Gary, To keep track of a stateful session bean (or any other object for that matter) across multiple requests, you will need to store its reference

RE: entity beans within an Action

2001-04-03 Thread rhayden
: entity beans within an Action Comments and questions below. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 02, 2001 10:23 PM Subject: RE: entity beans within an Action Creation of EJBs is really the job of the EJB container. The container manages

entity beans within an Action

2001-04-02 Thread G.L. Grobe
If the life-span of an Action is only when that Action is being exec'd (which is also where I implemented my session bean since it's life-span is also not neccesary to hang around), where should entity beans be initialized and populated by data held in the ActionForm bean? Seems if I init'd them

RE: entity beans within an Action

2001-04-02 Thread rhayden
lto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 7:12 PM To: [EMAIL PROTECTED] Subject: entity beans within an Action If the life-span of an Action is only when that Action is being exec'd (which is also where I implemented my session bean since it's life-span is also not neccesary to hang arou