1 Reply Latest reply on Sep 22, 2006 1:41 AM by tekulapallinaresh

    Best practice for getting UserModule/RoleModule

    sdunstan

      What is the best way to get the UserModule and RoleModule from within a JSF managed bean? I know of three ways: 1) a JNDI lookup 2) service injection 3) from the portlet context attributes "UserModule" and "RoleModule".

      Is there a best practice for this?

      Thanks