Spring Security part II : SecurityContextPersistentFilter & LogoutFilter
In this post we’ll dig into the details of SecurityContextPersistentFilter & LogoutFilter configuration.
In this post we’ll dig into the details of SecurityContextPersistentFilter & LogoutFilter configuration.
In this series of articles we’ll dig into the Spring Security framework. Spring Security can be considered as a flexible and portable security manager. It is a real alternative to built-in security manager available on many application servers. All transversal…
Read more
Today we discuss about temporary conversations in JPA, their usage, all usage warnings and a sample implementation using Spring AOP This article follows upon a previous one about global long conversation : JPA/Hibernate Long session
This is the 2nd article of a serie on Spring code analysis. Today we are going to dig into the @PersistenceContext annotation, widely used by JPA/Hibernate developers to inject an Entity Manager into their DAO classes.
Spring is a widely used framework today, bringing many powerfull features and extensions to the Java core stack. However most of people tend to use these features without understanding their underlying mechanism. Since there is no “magic” in real life,…
Read more
A few days ago I had to enhance some text value injected into one of my bean The idea was to modify the injected “feature” value with an @Around AOP poincut: