Are there any good examples? I'll promise to add it my test project on Github, so others can benefit as well.
On Tue, Aug 18, 2015 at 10:18 AM, Romain Manni-Bucau <[email protected]> wrote: > Personally I used cdi integration quite successfully. > > Tested distribution and it works well but never used it in prod - but it is > a design choice, there is no blocker to do so and I know some commons guys > using it since years. > Le 18 août 2015 07:03, "Steve Goldsmith" <[email protected]> a écrit : > > > Are you using distributed caching? Also, are you using annotations or > > writing the code to handle caching? > > > > On Tue, Aug 18, 2015 at 5:28 AM, hwaastad <[email protected]> wrote: > > > > > Hi, > > > I dont have any available on github now, but in general: > > > 1. initalizing custom cachemanager in a weblistener > > > 2. adding necessary changes to a cache.ccf (check out Romains blog) > > > 3. I produce all different caches using named qualifiers. > > > > > > I don't knpw about other impls, but JCS allows you to generate cache > keys > > > like <xxx>:<yyy>: etc > > > so I can generate caches almost like a normalized database :-) > > > > > > br hw > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://tomee-openejb.979440.n4.nabble.com/JSR-107-JCache-tp4675910p4675926.html > > > Sent from the TomEE Users mailing list archive at Nabble.com. > > > > > > > > > > > -- > > Steven P. Goldsmith > > > -- Steven P. Goldsmith
