[jboss-user] [EJB 3.0] - which connection I should use
jack0501
do-not-reply at jboss.com
Wed Jul 19 15:15:17 EDT 2006
My application use EJB in cluster environment. I have one oracle database.
my existed system use TXConnection(transactional connection) for the data insert, update and delete. Using the Connection for the data retriving.
I think TXConnection fits to use for the distributed database. So I should change my DAO layer to use only Connection.
Is that true?
Need help.
Thanks.
Jack
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959296#3959296
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959296
More information about the jboss-user
mailing list