Archives de l’auteur : davidhxxx

Overriding Object’s hashcode() method

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

Publié dans Non classé | Laisser un commentaire

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

Implementing client-side the contact modification (8/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java Here are the tasks to implement the contact modification use case from the client side : Preview of the content that we want to get … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, java, JavaScript, Spring Boot | Laisser un commentaire

Implementing client-side the contact deletion (7/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java Here are the tasks to implement the contact deletion use case from the client side : Preview of the content that we want to … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, java, JavaScript, Spring Boot | Laisser un commentaire

Using JavaScript and Angular features to remove duplication for common needs in view components (6/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java In the first iteration we have built a menu to navigate in the contact application and we have also implemented the contact creation and … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, JavaScript, rest, Spring Boot | Laisser un commentaire

Implementing client-side the contacts display (5/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java We have implemented the contact creation use case in the previous part. Now we will implement a related use case: the display of contacts. Here … Continuer la lecture

Publié dans Non classé | Laisser un commentaire

Implementing client-side the contact creation (4/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java Until the end of the current iteration, the course is focused on the client-side development of the 3 use cases of the application : creating a … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, JavaScript, rest, Spring Boot | Laisser un commentaire

Using a mocked httpBackend Angular app to develop the front side while isolating the back side dependency (3/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java When you develop a web application, you have multiple reasons to want to isolate the development of the front side  (html, javascript, css) … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, java, Spring Boot | Laisser un commentaire

Defining the states of the application and adding a menu bar to access them (2/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java We will enrich the Angular application to define views of the application and we will also add a menu bar to access them. For the … Continuer la lecture

Publié dans Angular, AngularJS, Bootstrap, java, Spring Boot | Laisser un commentaire