Category: Framework

Spring Boot

It is used to create stand alone and production grade applications. It uses third party library to reduce code complexity. There is no need to […]

Spring MVC

It is an application framework which works on model, view and controller architecture. It is a replacement of EJB(Enterprise Java Beans)Model. It gives you a […]

Hibernate

For easy connection with database we use hibernate. This framework works on ORM(Object Relation Model). It is used to write less code for database and […]