Waiting for the Seam3 security module, I wrote a simple security interceptor (inspired by the Seam2 security annotation). You can use it like this: 1 2 @Secure("#{loggedInUser.name == arg0.name}") public … Continue Reading →
Monthly Archives: March 2010
JSF2 navigation: post->redirect->get
JSF2 improves a lot both how navigation can be done (you can now return a view id from an action method, no need to describe every navigation case in faces-config.xml) … Continue Reading →