Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot Microservices with JPA
Rating: 4.2 out of 5(227 ratings)
925 students
Last updated 11/2017
English

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.

Course content

4 sections64 lectures4h 22m total length
  • Intro course2:30

    Learn how to design Spring Boot microservices with JPA persistence, implement REST microservices, secure them with JWT authentication, and build a single-page application using AJAX and JavaScript.

  • Monolithic App vs Microservice3:16

    Compare monolithic and microservice architectures by splitting into dedicated customer, product, and order services for independent deployment with multiple technologies, aligned to the single responsibility principle.

  • War file vs "fat Jar"4:17
  • Spring Pills5:42
  • MVC Pattern5:02
  • Http Protocol, cookies and Json Web Tokens5:38
  • Maven & other resources2:53

Requirements

  • A few basis of Object Oriented Language in order to understand better the practical implementation of the code.

Description

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.


Who this course is for:

  • Anybody who wants to understand microservice infrastructure and the difference existing between monolithic application and microservices
  • Anybody who wants to learn Spring Boot and how to realize fastly a microservice infrastructure using this precious instrument.
  • Anybody who wants to understand the difference between the classical use of Spring MVC and its implementation through Spring Boot
  • Anyone who wants to learn the basis of JPA (Java Persistence Api) in order to interact with Databases.
  • Anyone who wants to learn how to implement Restful Web services using a microservice infrastructure.
  • Anyone who wants to learn how to consume Restful web service either from the user interface than from server-side code.
  • Anyone who want to have a basic idea on Single Page Applications and how they works
  • Anyone who wants to realise a full stack web application using the most modern technologies and approaches.
  • Anyone who wants to learn how Ajax calls and javascript can be used to let our web pages become dynamics.
  • Anybody who wants to understand how to generate a dinamic web page using multiple resources contemporarily.