I would think your integrations point would be the same as all caches, the CacheManager<http://shiro.apache.org/static/1.2.2/apidocs/org/apache/shiro/cache/CacheManager.html>and C ache<http://shiro.apache.org/static/1.2.2/apidocs/org/apache/shiro/cache/Cache.html>interfaces. Create concrete implementations of those that call your EJB. On 17 Mar 2014 05:40, "Lenny Primak" <[email protected]> wrote:
> I am familiar with Shiro in a web environment, but now I am in need to > implement native sessions for a JEE application. > I don't have EhCache, etc. in my environment, nor do I really want or need > it. > > Is it possible to implement native session caching backed by Stateful EJBs? > Has anyone on here implemented such a thing or can give me some direction? > > Thank you > >
