Frage

I know Spring must implement a "advice" dedicated to transaction, so where is the code that implements the tx:advice tag?

I will also appreciate for the <aop:advisor> tag's implementation, if you could point out the location in spring jar.

War es hilfreich?

Lösung

Spring uses BeanDefinitionParser implementations to parse the XML in XML context files. In this particular case, it uses org.springframework.transaction.config.TxAdviceBeanDefinitionParser.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top