Hi objectuser, yes, currently I have a project to share this kind of code and an online demo with source code.
Advice class (RetryAdvice.java): (I have an advice for cache too - see CacheAdvice.java) http://code.google.com/p/puntosoft/source/browse/trunk/#trunk/src/ar/com/puntosoft/shared/server/spring/gae/advice Demo: ==== Spring configurations for the demo: (how to configure the advice and the pointcuts) http://code.google.com/p/puntosoft/source/browse/trunk/#trunk/war/WEB-INF Demo source code: http://code.google.com/p/puntosoft/source/browse/trunk/#trunk/src/ar/com/puntosoft/shared/showcase demo online code: http://puntosoft2k.appspot.com/Showcase.html I'm using this advice (the retry and the cache) in my production application and it's working fine. Please tell me what you think, contributions or ideas are welcome. Regards. On Thu, Sep 24, 2009 at 4:16 PM, objectuser <[email protected]> wrote: > > Alejandro, is this code you can share? I'd much appreciate it if so! > > On Sep 24, 12:08 pm, "Alejandro D. Garin" <[email protected]> wrote: > > I'm using Spring with AOP, I have created an AOP advice to retry some > > datastore operations. With this approach I don't have any retry related > code > > in my DAO or Service. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
