I’ll be speaking about the JSR-308 specification (annotations on java types), which will be part of Java 7, on the GeeCON conference, which will take place from the 13th till … Continue Reading →
Monthly Archives: April 2010
Extending the security interceptor for Weld/JSF2
In my previous post, I described how to create a simple security interceptor, which checks conditions defined using EL expressions, e.g.: 1 2 @Secure("#{loggedInUser.name == arg0.name}") public List<Message> listMessages(User owner) … Continue Reading →
Hibernate 3.5-Final, Envers included, released!
Hibernate 3.5 was just released; congratulations to Steve and the whole team! It’s the first final Hibernate release that includes Envers. You can find it both in the bundle downloadable … Continue Reading →