Anyway, here is my idea of Seam cache : https://github.com/gastaldi/seam-cache Maybe could be integrated on Infinispan module. <https://github.com/gastaldi/seam-cache>I implemented a @CacheScoped extension using JSR 107. The cache must be previously initialized. There is a test case to prove this.
WDYT ? 2011/4/11 Shane Bryzak <[email protected]> > Pete already started work on this [1] (built on top of the Infinispan > integration that he wrote as part of the Seam Cloud module), however we > decided that it would be better as an integration project under the > Infinispan umbrella [2]. If you'd like to contribute to this, I suggest > that you contact him directly to coordinate efforts. > > [1] https://issues.jboss.org/browse/SEAM-45 > [2] https://issues.jboss.org/browse/ISPN-996 > > Shane > > > On 12/04/11 06:41, George Gastaldi wrote: > > Hello, > > I would like to propose a new module on Seam: *Seam Cache*. > > That module would be JSR-107 compatible (essentially Infinispan and > EhCache) and would allow to: > > 1) @Inject Cache cache; > 2) Provide a new scope @CacheScoped(regionName="xx"). That would live for > the time of the cache configured by the region name itself. > > The module should be tested on Inifinispan and EhCache. > > What do you guys think ? > > Regards, > > George > > > _______________________________________________ > seam-dev mailing list > [email protected]https://lists.jboss.org/mailman/listinfo/seam-dev > > >
_______________________________________________ seam-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-dev
