Transaction in JAVA: from JDBC to Spring @Transactional and TransactionTemplate
In this reading, we are going to understand how transactions are handled in a plain old JDBC transaction management and, later, how Spring Framework’s declarative transaction management is made possible with Spring aspect-oriented programming (AOP) (official Spring documentation). In the final part, we are also going to talk about TransactionTemplate!