Equifax interview question

Based on previous project implementation of Spring Framework , can you customize the transaction processing behavior?

Interview Answers

Anonymous

2 Feb 2011

Yes, we customize transactional behavior in Spring framework using declarative transaction management with AOP.

1

Anonymous

26 May 2015

We can use aspects to achieve this