Spring Data JPA
Spring Data JPA provides a more cleaner approach of using JPA for DAO layer. It removes boilerplate code and developers…
Spring Data JPA provides a more cleaner approach of using JPA for DAO layer. It removes boilerplate code and developers…
Following all previous steps we always configured JSF and Spring. In case we use third party library like Primefaces you…
Today in this tutorial we will integrate our JSF 2.0 application with Spring Security 3.1. We will be using the…
Backtracking all our previous tutorial you will notice we always had our user definition with password placed in our database….
In the last post we secured our business layer with JSR-250 annotation. Spring Security provides similar functionality. In this tutorial…
Every now and then we come across a common requirement of building an Audit framework. In simple words it means…
Earlier we used Spring AOP to weave common logging functionality to our BookShelf add and remove methods. But those were…
AOP a.k.a Aspect Oriented programming using Spring is a common usage now. In a nutshell it provides common functionality to…
In the previouspost we looked at the different option that we have as part of Java EE and Spring security…
If you have read previous tutorial about Spring Security and JSF you would have noticed that all this time we…