A Guice-ready security framework?
问题 Has anybody seen a framework which is either written to work with Guice or a library that integrates an existing security system (ie: Acegi) with Guice? I have found the following thus far... http://code.google.com/p/warp-security/ (I think this abandonware) http://code.google.com/p/warp-security/ (no documentation) 回答1: Apache Shiro 1.2 and later has native support for Guice applications: http://shiro.apache.org/guice.html HTH! 回答2: For whatever it's worth (being quite a late answer), I've