Spring boot microservices + SAGA + RabbitMQ (2024)

Spring Framework Microservice RabbitMQ

09 March 2024 0 Comment

In this post, i have updated my old microservices app and explained the changes. It is now working in Spring Framework 2024 specs.

Read More

Creating a web site with Spring Boot, Spring Framework, Hibernate ORM and Thymeleaf

Java Spring Framework Thymeleaf Hibernate ORM

22 February 2024 0 Comment

In this post, i have explained how to create a demo blog application with up-to-date Spring Boot MVC in 1 day.

Read More

Software courses, what should and should not be

Software

15 February 2024 0 Comment

Software trainings became very popular and since i am an instructor myself, i have written the ideals of a software course.

Read More

Roadmap for a fullstack Java developer

Java Software

11 January 2024 0 Comment

In this post, i have gathered all my up-to-date knowledge about java fullstack programming and prepared a long roadmap for beginners.

Read More

Starting projects for JakartaEE and Spring with Hibernate, JDBC, Thymeleaf and Security

In this post, i have prepared and explained tech mix of projects from JavaFX, OpenCV, Jakarta, Hibernate, Thymeleaf, Spring Framework and Spring Security. They use the latest libraries and they actually work as of January 2024. I have also explained why i have bothered myself to prepare these projects.

Read More

How to backup a Postgresql database to Azure daily, using Java on Linux

Java Azure

31 October 2023 0 Comment

I am using a cronjob on linux to backup the postgresql database of this blog daily. I wanted to show how it's done with java. I can also send a notification email.

Read More

Fullstack danger

Software

24 March 2023 0 Comment

After writing about the software, developer and the architect, i will try to explain why fullstack development is a very bad practice for this industry. I tried to explain it as simple as i can so everyone can get familiar with this.

Read More

The software architect

Software

14 August 2022 0 Comment

I have talked about the software and the developer here before. Now it is time to dig into the concept of the software architect to see what it is all about.

Read More

Here is how to adopt EJB in JakartaEE with Hibernate and JSP

Java JakartaEE

10 January 2022 0 Comment

We will be hearing more and more about jakarta name in java world soon. Once upon a time, we didn 't have Spring, we had EJB. In this post, i have prepared an up-to-date starting point for those who prefer staying in JavaEE world, rather than getting into spring framework.

Read More

Spring Framework - Hibernate - JSP usage

Java Spring Framework Hibernate ORM

07 January 2022 0 Comment

Even though web development nowadays are hugely shifted towards spring boot and thymeleaf or javascript frameworks, there are still projects or knowledges out there that uses spring framework and JSP. I have prepared a base project for those who want to rewrite their old projects in 2022 standards, while using spring framework and most common ORM tool, hibernate.

Read More

Spring JPA Specification API usage

Java Spring Framework

30 December 2021 3 Comment

Lately i have realized the potential of the specification API of the spring framework together with the JpaRepositories. In this post, i will give you a brief and working restful service implementation with spring data jpa.

Read More

Developer

Software

14 April 2021 0 Comment

I have written about the concept of software and mentioned some of the problems of todays world. Now it is time to talk about the developer.

Read More

Microservice + RabbitMQ application - 5

Spring Framework Microservice RabbitMQ

10 April 2021 0 Comment

In this last post of series about RabbitMQ and its integration into a microservice architecture, we will analyze our decisions and implementations. We will also try to figure out possible problems and solutions.

Read More

Microservice + RabbitMQ application - 4

Spring Framework Microservice RabbitMQ

08 April 2021 0 Comment

In this post, we will receive the messages that we have sent to rabbit by listening to the queues. We will add a small mailing service to the system.

Read More

Microservice + RabbitMQ application - 3

Spring Framework Microservice RabbitMQ

07 April 2021 0 Comment

In this post, we will send messages from mciroservice MVC application to RabbitMQ using Spring AMQP. We will also see the management console and the state of the queues and messages.

Read More

Microservice + RabbitMQ application - 2

Spring Framework Microservice RabbitMQ

04 April 2021 0 Comment

It is time to get to know RabbitMQ that we integrate in our microservice application more in depth.

Read More

Microservice + RabbitMQ application - 1

Spring Framework Microservice RabbitMQ

02 April 2021 0 Comment

In this series, we will add new functionalities with RabbitMQ on top of the SAGA based microservice application. We will also understand and analyze message broker tools.

Read More

Realtime Image Processing (JavaFX, OpenCV)

JavaFX Image Processing

18 February 2021 0 Comment

Let me tell you about this project of mine that can process images from a webcam or a video with 16 different filters. I present you the updated version literally 10 years after being developed as a graduation project.

Read More

Ant colony algorithm simulation

JavaFX

15 February 2021 3 Comment

It is important for a software developer to maintain the applications or libraries that he / she developed. In this post, i will explain the ant colony optimization and the simulation project that i have developed back in 2013 as a graduate student.

Read More

A SAGA microservice application - 7

Java Spring Framework Microservice

12 January 2021 0 Comment

Now it is time to look back. In this post, i will try to analyze the application i have designed with microservice architecture with ups and downs. What could be our gains, losses or alternatives?

Read More

A SAGA microservice application - 6

Java Spring Framework Microservice

08 January 2021 0 Comment

We have coded all the necessary services in this series of posts. It is time to run the microservice system. We have 11 projects and we will see how to deploy and run them with a single click, without a management tool.

Read More

A SAGA microservice application - 5

Java Spring Framework Microservice

06 January 2021 0 Comment

In this post, we will write a consumer MVC web app for our microservices. It will be the SAGA orchestrator. This project will complete the big picture.

Read More

A SAGA microservice application - 4

Java Spring Framework Microservice

03 January 2021 0 Comment

We have analyzed our application and introduced the tools in this SAGA based microservice series. We have coded and run the backbone of the system in the last post. In this post, we will understand how to add new small services on top of this system and start 1 of them.

Read More

A SAGA microservice application - 3

Java Spring Framework Microservice

31 December 2020 0 Comment

We will code and launch 3 project of the backbone system of our SAGA based microservice architecture. Eureka, Config Server and Gateway.

Read More

A SAGA microservice application - 2

Java Spring Framework Microservice

29 December 2020 0 Comment

We will continue analyzing and building our SAGA microservice architecture. The last post was the introduction. In this post, we will take a look at the backbone system.

Read More

A SAGA microservice application - 1

Java Spring Framework Microservice

20 December 2020 0 Comment

In this post, we will dive into the famous microservices world by developing a simple application. You will be able to run your own microservice application by following this 7 part blog post. Let the journey begin.

Read More

The software

Software

03 November 2020 0 Comment

I think i can say a thing or two with 9 years of some sort of experience in the software field. The title was going to be 2 words but left with only 1. Want to know why? Let me explain the struggle of the software developers especially around my age.

Read More

Design patterns

Java

17 July 2020 0 Comment

If you are doing any sort of programming, you need to be at least familiar with design patterns to be able to write and share quality code. In this post, i will talk about some of the 14 different design patterns in my Udemy course. Naturally, contains ads :)

Read More

Creating a web site with Spring Boot, Spring Framework, Hibernate ORM and Thymeleaf

With a little bit experince, you can actually create a website like this within 2-3 days. I think coding this website can be easier than sturggling with wordpress and php and you might also save money by not using premium tools.

Read More