A software framework is a reusable software platform/code that makes the life of developers easy by providing something commonly needed out of the box probably as a Jar file; developers can then use it or extend it.
Submitted by heartin on Thu, 07/13/2017 - 20:24
Unit testing and integration testing are very important for maintaining code and adding new changes seamlessly. We will focus on testing using Java and Spring in this section. [node:read-more:link]
Submitted by heartin on Fri, 09/09/2016 - 02:32
Spring Boot makes it easy to create stand-alone Spring based Applications that you can run with minimum manual configurations by taking an opinionated view of the Spring platform and third-party libraries.
This section assumes that you have a decent understanding of Spring Essentials. [node:read-more:link]
Submitted by heartin on Wed, 10/21/2015 - 20:15
The Spring MVC framework provides model-view-controller architecture and also provides many components that can be used to develop web applications. Knowledge of Spring core is required to understand this book. [node:read-more:link]
Submitted by sneha on Mon, 10/12/2015 - 01:41
This note book will help you to get started with Hibernate 4 like setting up environment, inheritance, mappings, HQL and the Criterial API.
All the examples in this book is tested with Hibernate version 4.3.11.
Please refer to the hibernate references section to see the reference books that we use for learning and training purposes. [node:read-more:link]
Submitted by heartin on Mon, 06/01/2015 - 21:02
This book will discuss about most important core areas of the Spring Framework. Though most notes are tested on latest Spring Framework jars available, the exact version of the Spring Framework used to test any examples will be listed. [node:read-more:link]
Pages