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.infinispan » infinispan-spring » 5.2.0.Beta1

Infinispan Spring Integration

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Artifact Download (BUNDLE) (62 KB)
POM File View
HomePage
Organization
Issue Tracker




This artifact depends on ...

Group Artifact Version
${project.groupId} infinispan-client-hotrod
${project.groupId} infinispan-core
${project.groupId} infinispan-server-hotrod
com.h2database h2
commons-dbcp commons-dbcp
commons-logging commons-logging
commons-pool commons-pool
log4j log4j
org.jboss.marshalling jboss-marshalling
org.jboss.marshalling jboss-marshalling-river
org.jgroups jgroups
org.rhq.helpers rhq-pluginAnnotations
org.springframework spring-context
org.springframework spring-jdbc
org.springframework spring-test

Developers

Name Email Developer Id Roles Organization
Marius Bogoevici marius.bogoevici AT gmail.com marius.bogoevici Developer
Olaf Bergner olaf DOT bergner AT gmx DOT de obergner Project Admin,Developer

Packages

org.infinispan.spring
org.infinispan.spring.config
org.infinispan.spring.provider
org.infinispan.spring.support
org.infinispan.spring.support.embedded
org.infinispan.spring.support.remote