Repository

Artifacts/Jars

Popular Tags

ajax analysis annotations ant apache api archetype aspect asynchronously beans binding bpm build buildsystem bytecode cache cms codecoverage codehaus collections concurrency container database directory distributed doc eclipse ejb esb format framework graph graphics hadoop hibernate html http ide imap io jbi jdbc jdo jini jms jmx jndi jsf jsp language logging mail maven metadata microsoft mock net osgi parser pdf persistence plugin pool portal portlet query regexp rmi rpc rss ruleengine scheduling scm scripting security server servlet soa soap socket spring ssh svg swt system taglib template testing transaction ui web webdav webframework webserver webservice workflow xml xquery xslt

[See All Tags]
home » org.springframework.retry » spring-retry » 1.0.0.RELEASE

Spring Retry

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.



Artifact Download (JAR) (70 KB)
POM File View
HomePage http://www.springsource.org
Organization SpringSource
Issue Tracker

This artifact depends on ...

Group Artifact Version
junit junit 4.8.2
log4j log4j 1.2.14
org.aspectj aspectjrt 1.6.6
org.aspectj aspectjweaver 1.6.6
org.easymock easymock 2.3
org.springframework spring-context ${spring.framework.version}
org.springframework spring-test ${spring.framework.version}
org.springframework spring-tx ${spring.framework.version}

This artifact is used by ...

Group Artifact Version
com.bluelock camel-spring-amqp 1.0
org.springframework.amqp spring-rabbit 1.0.0.RELEASE
com.bluelock camel-spring-amqp 1.1.0

Licenses

License URL
Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt

Developers

Name Email Developer Id Roles Organization
Dave Syer dsyer<at>vmware.com dsyer

Source Control

Connection scm:git:git://github.com/SpringSource/spring-retry.git
Developer Connection scm:git:git://github.com/SpringSource/spring-retry.git
Tag HEAD
URL http://github.com/SpringSource/spring-retry

Packages

org.springframework.classify
org.springframework.classify.annotation
org.springframework.classify.util
org.springframework.retry
org.springframework.retry.backoff
org.springframework.retry.context
org.springframework.retry.interceptor
org.springframework.retry.listener
org.springframework.retry.policy
org.springframework.retry.support