This course is a practical course which explains how to realize a micro service infrastructure in order to realize a full-stack web application composed by a "framework-less" Single Page Application and two restful Spring Boot micro services interacting with each other and with two different databases thanks to the implementation of the JPA (Java Persistence Api).
You'll have the basis to generate fastly a micro service infrastructure, to organise your application using different layers according to the "SOLID" principle and following the MVC pattern.
You will have the instrument to organise your communication protocols using simple and effective rules, to implement restful web services which communicate with Json Messages.
This is course has the same topic of the italian course Sviluppo Web a Microservizi con Java Spring Boot e Ajax" so it can easily considered as its English version. The example developed is different but with the same topics: microservices, Spring Boot, JPA and Rest calls.
Create two Spring boot restful web services implementing the JPA for the interaction with the databases.
Create a full stack web application composed of a microservices infrastructure and a single page application.
Learn how two microservices can communicate with each-other and exchange information through JSON messages
This is course has the same topic of the italian course "Sviluppo Web a Microservizi con Java Spring Boot e Ajax" so it can easily considered as its English version. The example developed is different but with the
A few basis of Object Oriented Language in order to understand better the practical implementation of the code.