This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Application Frameworks and the fly likes Transactions in Spring using AOP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Transactions in Spring using AOP" Watch "Transactions in Spring using AOP" New topic
Author

Transactions in Spring using AOP

Chris Donald
Greenhorn

Joined: Jul 15, 2008
Posts: 21
Hello,
Is AOP an alternative to using the JdbcTemplate for transactions(CRUD operations for example)?What are the disadvantages of JdbcTemplate?

Please advise.

Thank You

Chris.
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

Well I thought you could use both. You could use JDBCTemplate and also use AOP for transaction declaration. But I could be wrong.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Chris Donald
Greenhorn

Joined: Jul 15, 2008
Posts: 21
Thanks Mark.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Transactions in Spring using AOP
 
Similar Threads
AOP
How to get error codes using java program
AOP
AOP
AOP anyone?