Implementing Junit in Spring and Hibernate Apps
Enterprise java applications are divided into three main layers ViewLayer, BusinessLayer and DAO layer. When a DAO layer is developed we need to take care of unit testing of the same. Junit isĀ one of Read More[...]