On Thu, Aug 2, 2012 at 1:47 PM, Marcin Januszkiewicz
<januszkiewicz.mar...@gmail.com> wrote:
> I'm using the latest versions of tapestry and tapestry-security (5.4.3
> and 0.4.6 respectively) for basic security and session management.
> I wanted to explore other capabilities of the shiro framework like
> caching and clustering. My problem with this is that in the
> documentation
> shiro relies on INI files and the tapestry-security plugin drop
> support for INI-configuration since version 0.4.0.
> What are my options? Is there a way to load an INI as a resource or
> configure the plugin from within tapestry? This post seemed somewhat
> relevant:
> http://mail-archives.apache.org/mod_mbox/tapestry-users/201103.mbox/%3CAANLkTimVy8dbnzdtvr3eBWt3q2Wer4k_S4TbktK=k...@mail.gmail.com%3E
> however, it seems less than ideal.
> Maybe using tapestry-security is the wrong way of doing this?

Ini files is no panacea. You have the full power of Shiro's API at
your disposal. The ini-file support just calls the setters that you
can do so with type-safe code. You can certainly use caching and
clustering with Shiro.

Kalle

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to