Andy Pemberton Rotating Header Image

Posts from ‘November, 2008’

JSR250 RolesAllowed Support in Spring Portlet MVC

JSR250 defines the common annotations for Java. Included in these are the javax.annotation.security.* annotations, including @RolesAllowed, @DenyAll, and @PermitAll; they can be used in EJBs to protect service calls.
I’m currently using Spring Portlet MVC 2.5, which supports an annotation-driven style of development. This means that you don’t need to implement framework-specific classes to build a [...]