Thanks for your quickly answer, i'm using a raw RMI structure, when you talk about annotations do you mean at apache ki system requirements or for example at the possibility to use annotations for authorization? In the second case, i think i can avoid the use of AOP simply using the programmatically approach. In the first case, if there aren't alternative solutions, i think using an aspect-j solution could be a good compromise.
Les Hazlewood-2 wrote: > > Hi Abxide, > > What are you using for RMI? Is it just raw RMI or are you using a > framework > to simplify the remoting infrastructure? > > Also, our current out-of-the-box support for a security annotations relies > on AOPAlliance constructs, which often implies a Spring environment. Of > course Shiro can work in any environment, but we'd need some sort of AOP > framework to support annotations if we won't use Spring's AOPAlliance > advice. What are you currently using, and if not using anything, would > you > be ok with using an AspectJ-based solution for annotations? > > - Les > > On Fri, Jul 3, 2009 at 10:27 AM, abxide <[email protected]> wrote: > >> >> I'm trying to use apache ki for authorization and authentication for my >> non >> web application based on RMI and hibernate and delcarative permisisions. >> I'm >> new to this, i gave a look to the samples, but i'm looking for something >> that doesn't use spring, would be nice receive some hints about it. >> >> -- >> View this message in context: >> http://n2.nabble.com/Help-needed-with-Apache-ki-%2B-rmi-%2B-hibernate-tp3201589p3201589.html >> Sent from the Shiro User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://n2.nabble.com/Help-needed-with-Apache-ki-%2B-rmi-%2B-hibernate-tp3201589p3202271.html Sent from the Shiro User mailing list archive at Nabble.com.
