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 Sun, 05/27/2018 - 05:18
Most examples we see for Spring Boot explain features of Spring Boot. However, enterprise projects might follow different architectural patterns and best practices. I will focus on such best practices and architectural patterns here. I will be using Maven, however, you may use Gradle instead if you want.
Submitted by sneha on Sun, 04/15/2018 - 05:45
This note book will help you to get started with Hibernate 5 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.
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.
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.
Pages