Archives de catégorie : AngularJS

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 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

Configuring the webapp-contact project to build an Angular web application with Spring Boot (1/9)

Go back to the table of contents for Developing a Contact Management Application with Angular 1.5X and Java At the end of this part, we will have a Spring Boot application relying on AngularJS for the front-end with the minimal configuration to develop … Continuer la lecture

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