Depends... do you need read-only, or read-write access to the
information?  if you need read-write, then ejb may be capable of providing
distributed tx management, depending on the vendors support.  if you only
need read-only, then straight jdbc may be easier...  depends on the
complexity of the work involved, and if you could get cmp to work for you
(which I doubt going on what you've described).

hth
dim



On Mon, 26 Nov 2001, Ho Chin Hwang wrote:

> Hi,
> 
> Sorry to side track from the main topic here. But I have a question and
> would appreciate if someone can provide me with some advices. I am on a
> project which consolidates information from multiple sources (mainly from
> Oracle on Unix and DB2 on AS/400). Is it more effective and simple to use
> EJB or should I just go for JavaBeans as storage?
> 
> Thanks.
> 
> -Dave.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to