Re: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Phil Warrick
7, 2003 11:01 AM To: OJB Users List Subject: Re: Best practice for using ODMG with EJB? (Cache also) Hi Andrew, All that leads me to another question that I don't seem to find an answer to: if a remote EJB passes off an OJB dataobject, I would assume you cannot use any proxies because it wo

RE: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Clute, Andrew
serialization, then you really don't gain anything. Thanks for the response! -Original Message- From: Phil Warrick [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 11:01 AM To: OJB Users List Subject: Re: Best practice for using ODMG with EJB? (Cache also) Hi Andrew,

Re: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Phil Warrick
Hi Andrew, All that leads me to another question that I don't seem to find an answer to: if a remote EJB passes off an OJB dataobject, I would assume you cannot use any proxies because it would not be able to walk back across the wire, correct? I am currently not making use of any proxies because

RE: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Clute, Andrew
umption. Seems to me that proxies don't fit well at all with EJB's. Have I rambled enough? :) -Andrew -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:18 AM To: OJB Users List Subject: Re: Best practice for using ODMG with E

Re: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Brian McCallister
PROTECTED] Sent: Friday, October 17, 2003 9:47 AM To: OJB Users List Subject: Re: Best practice for using ODMG with EJB? (Cache also) Depending on your deployment timeline you might want to look into the OTM for this type of deployment. It provides the high-level functionality you are looking for

RE: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Clute, Andrew
#x27;t see any documentation, or for that matter mention, of it on the OJB site. Am I missing something? -Andrew -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:47 AM To: OJB Users List Subject: Re: Best practice for using ODMG with E

Re: Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Brian McCallister
Depending on your deployment timeline you might want to look into the OTM for this type of deployment. It provides the high-level functionality you are looking for from ODMG, but it also knows how to play very nicely with JTA transactions -- a big plus in EJB containers. The OTM is the least ma

Best practice for using ODMG with EJB? (Cache also)

2003-10-17 Thread Clute, Andrew
I currently have our application running using OJB. I am using the PB interface because it was the easiest to prototype and get up and running. We have a Struts application that calls a collection of EJB services for retrieving specific object-trees that the web app needs, along with Add/Update/De