Course Information
Course Overview
Learn how to develop Java Rest microservices implementing JPA (Java Persistence Api) and MVC Pattern with Spring MVC.
This course is a practical course which explains how to realise a microservice infrastructure in order to realise a full-stack web application composed by a "framework-less" Single Page Application and two restful Spring Boot microservices 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 microservice 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.
Course Content
- 4 section(s)
- 64 lecture(s)
- Section 1 Let's introduce some concepts!
- Section 2 Let's create our first microservice!
- Section 3 Let's implement our second microservice!
- Section 4 Let's implement the Single Page Application!
What You’ll Learn
- 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 same topics: microservices, Spring Boot, JPA and Rest calls.
Skills covered in this course
Reviews
-
RRick Edwards
This course uses Java 8 and Spring Boot 1.5.7.RELEASE, but it's simple enough that updating it to Java 11 and Spring Boot 2.3.4.RELEASE is trivial.
-
HHimaksh Sharma
# 1. Pathetic course.. #2. Not useful #3. Git codebase is not explained #4. Code does not run properly #5. Please dont make mistake to buy this course #6. what was intended and what was explained is totally different. #7. Does not show how to configure the h2 databases and code inlined with respect to it. #8. Poor communication skills and presentation skills
-
RRaj Jyoti Nath
Well I was looking for a in depth understanding of Microservices as I am newbie to the topic.After going through the course I really got the basics cleared.The instructor is very efficient and his process of teaching suits me.In all enjoyed the course very much.
-
MMike Fontana
This course is applicable to real world. It will give you a good idea of how a spring boot and micro services application is typically layered, how those layers work together and how key components within those layers such as jpa, jwt and jackson are typically used. You also get a good example with javascript of how a frontend would interact with your micro services.