CQRS With Axon Framework Full Course for Beginners

preview_player
Показать описание
This is a full course on CQRS and Event Sourcing using Axon Framework. It is a step by step tutorial for beginners.

CQRS With Axon Framework Content
0:00 - What we would cover in this course
01:40 - Introduction to CQRS and Event Sourcing
03:50 - Setting Up AxonServer locally and on Docker
07:20 - Create a New Spring Project in IntelliJ
12:00 - Create the Read Models(ProductSummary and OrderSummary)
18:20 - Create the Write Models(Product and Order Aggregates)
47:35 - Create the Queries (GetOrdersQuery and GetProductsQuery)
48:52 - Create the Components (OrderProjector and ProductProjector)
01:09:10 - Create the RestController
01:22:44 - Make a POST Request Using Advanced REST Client
01:34:42 - Build the UI Using Thymeleaf
01:35:06 - Setup JQuery and Bootstrap
01:44:43 - Display List of Products in HTML
01:50:05 - Make a Get Request Using RestTemplate (getForObject)

02:01:14 - Display a Modal Popup Using JavaScript
02:19:00 - Make Post Request Using RestTemplate(postForObject)
02:34:30 - Test the Application

Microservices with Spring Boot and Angular here

Fun and Easy Angular Project for Beginners

Learn Programming by joining International Computer Programmers here:

Feel free to connect with me

Your support can help me improve my content:
Комментарии
Автор

Hi Kindson The Tech Pro. I very much appreciated the content and more than happy to see that we are many people sensible to what Axon Framework provides. Good job!

arnaudpoutieu
Автор

Very nice explanation of browsing on amazon (for example) and doing a lot of queries before placing one command!

divukman
Автор

It doesn’t work when we have the EventHandler in a separate microservice

updownftw