Open in app
Home
Notifications
Lists
Stories

Write
Jasvinder S Saggu
Jasvinder S Saggu

Home

About

Aug 6

SAGA Distributed Transactions Pattern using Apache Camel | Microservices Design Pattern

How to implement SAGA Distributed Transactions Pattern using Apache Camel | Microservices Design Pattern Code https://github.com/jssaggu/camel-tutorial

Java

1 min read

SAGA Distributed Transactions Pattern using Apache Camel | Microservices Design Pattern

How to implement SAGA Distributed Transactions Pattern using Apache Camel | Microservices Design Pattern

Code

https://github.com/jssaggu/camel-tutorial

--

--


Jul 24

Spring Configuration Transformer Maven Plugin

A maven plugin to automatically transform Spring configuration files to html or markdown output. How to use? Prerequisite Please ensure your Spring (SpringBoot ) application is able to generate configuration metadata json file. See Spring Configuration Metadata page for more information. Plugin Configuration

Java

2 min read

Spring Configuration Transformer Maven Plugin
Spring Configuration Transformer Maven Plugin

Jul 18

How to provide typeahead support for SpringBoot Configuration properties?

Let’s learn how we can also provide typeahead support for our internal SpringBoot configuration properties so we don’t have to always look at the source code. Code GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK All the tutorial videos are available on Saggu.uk YouTube channel. How to run using a profile? mvn spring-boot:run…github.com

Java

1 min read

How to provide typeahead support for SpringBoot Configuration properties?

Let’s learn how we can also provide typeahead support for our internal SpringBoot configuration properties so we don’t have to always look at the source code.

Code

GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK

All the tutorial videos are available on Saggu.uk YouTube channel. How to run using a profile? mvn spring-boot:run…

github.com

--

--


Jun 26

How to automate database migration? Database migration using Flyway Tutorial.

How to automate database migration? How to version control your database? Database migration using Flyway. Tutorial Code GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK All the tutorial videos are available on Saggu.uk YouTube channel. How to run using a profile? mvn spring-boot:run…github.com

Java

1 min read

How to automate database migration? Database migration using Flyway Tutorial.

How to automate database migration?

How to version control your database? Database migration using Flyway.

Tutorial Code

GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK

All the tutorial videos are available on Saggu.uk YouTube channel. How to run using a profile? mvn spring-boot:run…

github.com

--

--


May 1

How to use Splitter Enterprise Integration Pattern (Split EIP) with Aggregator using Apache Camel?

Code GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial This project contains several files to test Camel components. Components can be enabled/disabled through…github.com

Camel

1 min read

How to use Splitter Enterprise Integration Pattern (Split EIP) with Aggregator using Apache Camel?

Code

GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial

This project contains several files to test Camel components. Components can be enabled/disabled through…

github.com

--

--


Mar 12

How do document Apache Camel Rest Endpoints using OpenApi or Swagger specification?

Code GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial This project contains several files to test Camel components. Components can be enabled/disabled through…github.com Step-by-Step guide Add dependnacy in pom.xml <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-openapi-java</artifactId> <version>3.14.0</version> <!-- Same as Camel Core --> </dependency> Java @Component public class RestDsl extends RouteBuilder { @Override public void configure() throws Exception { restConfiguration() .component("servlet")…

Java

1 min read

How do document Apache Camel Rest Endpoints using OpenApi or Swagger specification?

Code

GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial

This project contains several files to test Camel components. Components can be enabled/disabled through…

github.com

Step-by-Step guide

Add dependnacy in pom.xml

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-openapi-java</artifactId>
<version>3.14.0</version> <!-- Same as Camel Core -->
</dependency>

Java

@Component
public class RestDsl extends RouteBuilder {
@Override
public void configure() throws Exception {
restConfiguration()
.component("servlet")…

--

--


Feb 23

What is Apache Camel Processor and how to use it?

What is Apache Camel Processor and how to use it? The Processor interface is used to implement consumers of message exchanges or to implement a Message Translator, and other use-cases. Code GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial This project contains several files to test Camel components. Components can be enabled/disabled through…github.com

Apache Camel

1 min read

What is Apache Camel Processor and how to use it?

What is Apache Camel Processor and how to use it? The Processor interface is used to implement consumers of message exchanges or to implement a Message Translator, and other use-cases.

Code

GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial

This project contains several files to test Camel components. Components can be enabled/disabled through…

github.com

--

--


Feb 7

Apache Camel Tutorial for Beginners

If you like to know more about Enterprise Integration Patterns and Apache Camel then see this video: https://www.youtube.com/watch?v=q5nakRnfG4s

Java

1 min read

Apache Camel Tutorial for Beginners
Apache Camel Tutorial for Beginners

Apache Camel Tutorial for Beginners

If you like to know more about Enterprise Integration Patterns and Apache Camel then see this video:

https://www.youtube.com/watch?v=q5nakRnfG4s

--

--


Jan 19

How to use Spring Cache with Hazelcast?

Code GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK SpringBoot Tutorial by Saggu.UK. Contribute to jssaggu/springboot-tutorial development by creating an account on…github.com

Java

1 min read

How to use Spring Cache with Hazelcast?

Code

GitHub - jssaggu/springboot-tutorial: SpringBoot Tutorial by Saggu.UK

SpringBoot Tutorial by Saggu.UK. Contribute to jssaggu/springboot-tutorial development by creating an account on…

github.com

--

--


Dec 31, 2021

How to automate Integration Testing for a SpringBoot and Camel application? What is TestContainers?

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. Code GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial This project contains several files to test Camel components. Components can be enabled/disabled through…github.com

Java

1 min read

How to automate Integration Testing for a SpringBoot and Camel application? What is TestContainers?

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Code

GitHub - jssaggu/camel-tutorial: Apache Camel Tutorial

This project contains several files to test Camel components. Components can be enabled/disabled through…

github.com

--

--

Jasvinder S Saggu

Jasvinder S Saggu

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable