  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | DAO pattern | DAO pattern 2004-11-19 - By Darshan Kashi
Back Hi,
Thanks for your reply. I just gone through the link you provided, and its really useful for me. There is one point i need some clarification.
In that article the author mentioned two approaches
1. Transaction demarcation using JDBC (The <B>caller has no way to demarcate</B> the transaction) 2. Transaction demarcation using JTA (The <B>caller is responsible for demarcating</B> the transaction)
I need to control the trasaction from the caller(not in DAO), and at the same time i don't want to go for JTA. Is it not possible?
Regards Darshan
On Thu, 18 Nov 2004 09:24:35 -0300, German M. Gomez <german_m_gomez@(protected)> wrote:
>I believe you will find this link useful http://www- 106.ibm.com/developerworks/java/library/j-dao/ > >See Transaction demarcation > > > > > > > > > >__ ____ ____ ____ ____ ____ ____ __ >?Llevate a Yahoo! en tu Unif?n! >Ahora pod?s usar Yahoo! Messenger en tu Unif?n, en cualquier momento y lugar. >Encontr? m?s informaci?n en: http://ar.mobile.yahoo.com/sms.html > >===================================================================>Companion Site: http://www.corej2eepatterns.com >J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns >List Archive: http://archives.java.sun.com/archives/j2eepatterns- interest.html >Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |