Which technology below should be used to connect J2EE with a hierachical database ? JTA, JNDI, JMS, JavaMail, Java IDL Thanks in advance Ruilin [This message has been edited by ruilin yang (edited November 01, 2001).]
Ramakrishnan Seshadri
Ranch Hand
Joined: Aug 06, 2001
Posts: 42
posted
0
I guess it should be JTA. Thanks Ram
Thanks<br />Ram.
ruilin yang
Ranch Hand
Joined: Feb 25, 2001
Posts: 334
posted
0
ramakrishnan I think u'r right. It seems I read JTA is the right way to do this. Thanks for u reply. Ruilin
Swar Kul
Greenhorn
Joined: Nov 01, 2001
Posts: 1
posted
0
why not JNDI? LDAP is hierachical database example and JNDI is used to acces it.. :O(
g madhava
Ranch Hand
Joined: Sep 14, 2001
Posts: 85
posted
0
It's JNDI as SWAR had mentioned.JTA is used for managing the transactions.