Kand ron

Greenhorn
+ Follow
since Jun 29, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kand ron

Is there any limit for validity for the SCEA exam?

Thanks in advance.
If the @transcational is at the Class level. If the application is having many classes where @transactional is kept. Then there is a chance of developers messing with the @transactional and putting some attributes like readonly, propagation. And it will become uncontrollable and inconsistent in the application? And if it is the on config file, it can be tracked easily by going to the xml file.

please let me know your thoughts?

Thanks in advance.
12 years ago
We are starting a new project and want to follow the best practices.

Which one is better either Spring AOP or Annotation based for the Tx Management.

Spring AOP - in this tx management will be defined in xml file only. And only xml file can be modified to manage the transactions.
Annotation based - Here we specify the transaction with @Transactional in the Java Code. In this approach transactions are all over in the Java Code.

I was able to see both the approaches in many places in internet. So got confused.

Any suggestions are helpful. Thanks in advance.

12 years ago