You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Bing Lu <mf...@yahoo.com> on 2006/07/19 02:39:10 UTC

transaction help update

I switched DaoManager transaction and everything
worked fine. Can anyone tell me what's difference
between the sqlmapclient transaction and DaoManager
transaction? is there documentation on this difference
and when to use which kind?

thanks a bundle

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: transaction help update

Posted by Debasish Dutta Roy <de...@gmail.com>.
http://ibatis.apache.org/javadownloads.html

Then look for this section

English PDF

   - SQL Maps for Java, Developer
Guide<http://cvs.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2.pdf>(Updated
January 25, 2005)
   - SQL Maps for Java,
Tutorial<http://cvs.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2-Tutorial.pdf>(Updated
June 17, 2004)
   - DAO for Java, Developer
Guide<http://cvs.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-DAO-2.pdf>(Updated
June 17, 2004)

Take the 3rd one.


On 7/19/06, Bing Lu <mf...@yahoo.com> wrote:
>
> can you tell me the url for that pdf?
>
> thanks
>
> --- Debasish Dutta Roy <de...@gmail.com>
> wrote:
>
> > There is a PDF file about the dao manager. It is a
> > very good one. Also if
> > you are aware of J2EE design patterns, then you will
> > be easily able to map
> > the documents and the ideas. That will help you
> > design your applications
> > nicely.
> >
> > In short, using a DAO Manager is like using a
> > service layer. That way you
> > can play with the several units of work.
> >
> > If you are a project manager and if you have 3
> > developers coding 3 modules
> > for you, you do not deliver anything unless all 3
> > are done. You pull the
> > strings and allot work and schedule and resources
> > etc. in a most optimized
> > manner so that the end product is complete and done
> > in best possible manner.
> > You know the dependancies, PKs and FKs of your 3
> > developers. You are the DAO
> > Manager or the Business Delegate or the Service
> > Layer or the Facade or the
> > Boss :), whatever you want to call it. Your 3
> > developers are your sql map
> > clients.
> >
> > On 7/18/06, Bing Lu <mf...@yahoo.com> wrote:
> > >
> > > I switched DaoManager transaction and everything
> > > worked fine. Can anyone tell me what's difference
> > > between the sqlmapclient transaction and
> > DaoManager
> > > transaction? is there documentation on this
> > difference
> > > and when to use which kind?
> > >
> > > thanks a bundle
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

Re: transaction help update

Posted by Bing Lu <mf...@yahoo.com>.
can you tell me the url for that pdf?

thanks

--- Debasish Dutta Roy <de...@gmail.com>
wrote:

> There is a PDF file about the dao manager. It is a
> very good one. Also if
> you are aware of J2EE design patterns, then you will
> be easily able to map
> the documents and the ideas. That will help you
> design your applications
> nicely.
> 
> In short, using a DAO Manager is like using a
> service layer. That way you
> can play with the several units of work.
> 
> If you are a project manager and if you have 3
> developers coding 3 modules
> for you, you do not deliver anything unless all 3
> are done. You pull the
> strings and allot work and schedule and resources
> etc. in a most optimized
> manner so that the end product is complete and done
> in best possible manner.
> You know the dependancies, PKs and FKs of your 3
> developers. You are the DAO
> Manager or the Business Delegate or the Service
> Layer or the Facade or the
> Boss :), whatever you want to call it. Your 3
> developers are your sql map
> clients.
> 
> On 7/18/06, Bing Lu <mf...@yahoo.com> wrote:
> >
> > I switched DaoManager transaction and everything
> > worked fine. Can anyone tell me what's difference
> > between the sqlmapclient transaction and
> DaoManager
> > transaction? is there documentation on this
> difference
> > and when to use which kind?
> >
> > thanks a bundle
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: transaction help update

Posted by Debasish Dutta Roy <de...@gmail.com>.
There is a PDF file about the dao manager. It is a very good one. Also if
you are aware of J2EE design patterns, then you will be easily able to map
the documents and the ideas. That will help you design your applications
nicely.

In short, using a DAO Manager is like using a service layer. That way you
can play with the several units of work.

If you are a project manager and if you have 3 developers coding 3 modules
for you, you do not deliver anything unless all 3 are done. You pull the
strings and allot work and schedule and resources etc. in a most optimized
manner so that the end product is complete and done in best possible manner.
You know the dependancies, PKs and FKs of your 3 developers. You are the DAO
Manager or the Business Delegate or the Service Layer or the Facade or the
Boss :), whatever you want to call it. Your 3 developers are your sql map
clients.

On 7/18/06, Bing Lu <mf...@yahoo.com> wrote:
>
> I switched DaoManager transaction and everything
> worked fine. Can anyone tell me what's difference
> between the sqlmapclient transaction and DaoManager
> transaction? is there documentation on this difference
> and when to use which kind?
>
> thanks a bundle
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>