REST or Restful API REST is an interface between systems using HTTP to obtain data and perform operations on data in all possible formats, such as XML and JSON. REST is the most logical, efficient, and widespre...
This blog aims to give an overview of MyBatis and Hibernate. Before we talk about Mybatis and Hibernate. It might be better to talk about Object Relational Mapping as a concept first. Object-Relational Mappi...
In Spring, the concept of Aspect Oriented Programming (AOP) is similar to modularity in Object Oriented Programming (OOP). In OOP’s, a key unit of modularity is the object, but in AOP it is aspect. ...