-
Nov 21st, 2010, 05:39 PM
#1
Implementing a custom annotation like @Transactional
Hi,
So, I've just begun reading up on Aspects and AOP with Spring. After reading this article:
http://www.javalobby.org/java/forums/t44746.html
I've been playing around with it a bit.
Now, I'd like to be able to use aspects using a custom annotation - something like Springs @Transactional.
Would this be hard to implement? I cant seem to find
any good documentation on how to achieve this.
/best regards, Håkan - System developer in Sweden
-
Nov 22nd, 2010, 05:47 AM
#2
Anyone?
Please, I really would like to try this out.
-
Nov 22nd, 2010, 11:00 AM
#3
I'd suggest you start by looking at Spring source code and learn how <tx:annotation-driven/> and @Transactional work. This is not going to be an easy task.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules