Open in app

Sign In

Write

Sign In

Jasvinder S Saggu
Jasvinder S Saggu

69 Followers

Home

About

Nov 5, 2022

How to use Apache Camel Bean Component?

Agenda Introduction URI Format Configuration Options Message Header Workshop 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

Java

1 min read

How to use Apache Camel Bean Component?

Agenda

  1. Introduction
  2. URI Format
  3. Configuration Options
  4. Message Header
  5. Workshop

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

--

--


Aug 6, 2022

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

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, 2022

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
Java

2 min read


Jul 18, 2022

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

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, 2022

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

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, 2022

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

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, 2022

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

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, 2022

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

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, 2022

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
Java

1 min read

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, 2022

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

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

--

--

Jasvinder S Saggu

Jasvinder S Saggu

69 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech