File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes Transaction issues in spring web mvc? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Transaction issues in spring web mvc?" Watch "Transaction issues in spring web mvc?" New topic
Author

Transaction issues in spring web mvc?

selva raja
Ranch Hand

Joined: Nov 24, 2009
Posts: 67
Dear guys,

In my code is





In my geUserLogonDAOImpl I have mapped dataSource tag only.



And my scheduledPaymentsDAOImpl i have mapped “transactionTemplate” and “dataSource”.




Whether I need to handle the transaction in “geUserLogonDAOImpl” on single insert or update? In my all dao I have extends “org.springframework.jdbc.core.support.JdbcDaoSupport;”. abstract class.


Thanks,
SR

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Transaction issues in spring web mvc?
 
Similar Threads
Spring-Hibernate transaction management
spring mvc singleton="false DAO issues?
appContext.xml for transactionManager
Two TransactionTemplate use my single application.
Understand regarding REQUIRED and REQUIRES_NEW