|
From: Michael S. <mi...@sc...> - 2005-01-10 00:25:59
|
On Saturday 08 January 2005 04:48, Colin Sampaleanu wrote: > For about a good 6 months or so now I keep meaning to set up a > 'cookbook' area on the wiki where people can put shorts bits of code > and tips for doing things. You could perhaps put up the stuff on the > wiki, and I'll try to organize it a bit more in about 2-3 weeks when > I am done with the project I am on now... Colin, I've had a look at the wiki and while I'm used to wiki's (I'm even running one locally), I found it a bit unwieldy for my purpose. Instead I've uploaded my somewhat cleaned up collection of utility classea at http://www.schuerig.de/michael/java/msutils (the link leads to the online javadocs + download link) There are a few classes in there that are related to Spring: ...aop.ExpirationIntroducer - mixes-in an ExpiringObject interface ...aop.RetryAdvice - retries failed method invocations based on thrown exception, retry count, and method name ...util.MethodInvocationSchedulerBean - uses Quartz to schedule a method invocation on a target bean ...webservices.AxisClientFactoryBean - allows to configure type mappings, wrapped-style; works with out-only parameters and unwraps exceptions I hope some of this stuff is useful to others; the license is Apache 2.0. Michael -- Michael Schuerig I am the sum total of the parts mailto:mi...@sc... I control directly. http://www.schuerig.de/michael/ --Daniel C. Dennett, Elbow Room |