Blogs

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 […]

JProfiler

It is used by developers and testers both as it analysis the performance bottlenecks, memory leaks, CPU loads and to resolve threading issue

Jasper Reports

It is an open source java reporting tool used by the developers to add reporting capabilities in there applications. The output can be seen throw […]