Test Javascript/Angular functions during the Maven Lifecycle

The application we will work on, is a Spring and Angular web project, which is built using Maven. In order to import Angular and the rest front end libraries and frameworks, we use Webjars, a technology that allows us to package the client-side web libraries into Jar files. In the modern web applications, more and Read more about Test Javascript/Angular functions during the Maven Lifecycle[…]

Hibernate – SpringCore – MySQL – Junit

Simple application that displays the Service and the Persistence layers of a typical Hibernate project. The app is a eGradebook which should display the grades of the students in different classes. This project only displays the backend so there is no MVC here. The functionality is tested using JUnit. Technologies Used Spring Core Hibernate MySQL Maven Junit Database The Read more about Hibernate – SpringCore – MySQL – Junit[…]