Archives mensuelles : mai 2017

Overriding Object’s equals() method

  Plan The equals(Object) method : principles and simple example Brief definition of the equals() method  Default implementation of the equals() method and when override it The general contract to respect when we override the equals() method A simple example of … Continuer la lecture

Publié dans equals, java, Object, symmetry, transitivity | Laisser un commentaire

Implementing the backend of the application (9/9)

At the end of this part, we will have a Spring Boot application relying on AngularJS (seen in previous parts) and Jersey/Jackson/Hibernate that implements the backend part.  Here is the list of tasks we will perform : The Maven modules design  Setting … Continuer la lecture

Publié dans Non classé | Laisser un commentaire