Quoting Remy Maucherat <[EMAIL PROTECTED]>:

> Quoting "McDonnell, David" <[EMAIL PROTECTED]>:
> 
> > Hi Remy,
> > 
> > Will you be able to have multiple roles for each user, and will a
> > class/interface have to be written for each role? 
> 
> An implementing class has to be written. It could probably be generated
> using 
> JDK 1.3 dynamic proxies (but I never tried to use that so I don't know).
> That 
> would be much cleaner, but it's not implemented yet, and would have to
> remain 
> an addon since it would require JDK 1.3.

Ooops, that wouldn't work here. I just checked the JavaDoc, and a dynamic proxy 
has to extend the Proxy class. The implementing role class has to extend the 
SubjectNode class.

Remy

Reply via email to