Submitted by sneha on Sun, 04/15/2018 - 05:52
We will write a simple hibernate application to get started with hibernate.
Before starting, you should:
Submitted by sneha on Sun, 04/15/2018 - 05:48
Submitted by heartin on Mon, 04/02/2018 - 00:42
Maven is primarily a build automation tool used for building mostly Java projects and is maintained by the Apache Software Foundation. Maven, a Yiddish word meaning accumulator of knowledge, was originally started in Jakarta Turbine project.
Maven’s objectives (as per maven.apache.org) are:
-
Making the build process easy
-
Providing a uniform build system
-
Providing quality project information
Submitted by heartin on Thu, 07/13/2017 - 20:33
Will list our common issues, tips and tricks for unit testing concurrency code written in Spring. You will usually be using a unit testing framework such as JUnit or TestNG.
Submitted by heartin on Thu, 07/06/2017 - 13:37
Spring Framework provides support for transparently adding caching into an existing Spring application, with minimal impact on the code, similar to the transaction support. Spring also makes good use of annotations. This note is a summary of Spring’s documentation (see reference) on Caching, for quick reading and reference.