Learn How to use Java Persistence API
The JPA, or the Java Persistence API, is a special specification which defines how different Java objects or classes access and interact with the...
Learn About Bean Definition in Spring Framework
In this chapter, we are going to take a look at the concept of Beans in the spring framework. In a spring application, the...
Learn About Bean Scopes in Spring Framework
In this chapter, we are going to discuss about the Bean scopes in spring framework. The configuration metadata file in spring allows to define...
Learn About IOC Containers in Spring Framework
In this chapter, we are going to discuss about the IOC container present in the Spring Framework. Spring framework is very popular because of...
Learn About Abstract Factory Design Pattern
In the earlier chapter, we discussed about the factory pattern where an object is created without exposing the actual creation logic to the client...