Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jens Hadlich
Hi Jake, the simply tells Spring to put transactional advice on any class or method that has an @Transactional annotation on it. Regards, Jens Am 21.06.2010 18:16, schrieb Jake Vang: Stephen, i know it is a spring xml file. i can tell that with the element, they are defining a transaction

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie > de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné qu

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Jake Vang
Stephen, i know it is a spring xml file. i can tell that with the element, they are defining a transaction manager. however, what does do? to me, intuitively, it defines a transaction manager that will process by annotations. the tutorial that gives this applicationContext.xml shows us how to g

RE: i need more documentation on applicationContext.xml

2010-06-21 Thread Martin Gainty
. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > To: user@struts.apache.org; vangj...@googlemail.com > Subject: Re: i need more documentation on applicationContext.xml > Date:

Re: i need more documentation on applicationContext.xml

2010-06-21 Thread Stephen Turner
On Mon, 21 Jun 2010 00:56:19 -0400, Jake Vang wrote: hi, i've been reading and studying http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html. i want to know what is actually going on in applicationContext.xml. for example, what do these two lines do? please explain or refer