Spring Boot

Kogito logo
Article

Play with Kogito examples

Toshiya Kobayashi

Explore some of the many use examples added to Kogito 0.9.1, such as ruleunit-quarkus-example, dmn-quarkus-example, and process-script-example.

Quarkus
Article

Autowire MicroProfile into Spring with Quarkus

John Clingan

We cover the scope and details of the Spring APIs supported by Quarkus, to provide an understanding of the foundation you can build on with MicroProfile APIs.

Spring Boot self-paced training
Article

Extending support for Spring Boot 2.1.6 and Spring Reactive

James Falkner

Red Hat Application Runtimes recently added extended support for the Spring Boot 2.1.6 runtime for Red Hat customers building Spring apps. Red Hat Application Runtimes provides application developers with a variety of application runtimes running on the Red Hat OpenShift Container Platform. Introduction to Spring Boot Spring Boot lets you create opinionated Spring-based standalone applications. The Spring Boot runtime also integrates with the OpenShift platform, allowing your services to externalize their configuration, implement health checks, provide resiliency and failover, and...

Spring Boot and Vert.x
Article

Reactive Spring Boot programming with Vert.x

Gytis Trikleris

The latest Eclipse Vert.x Spring Boot starters provide a Spring native vocabulary for the JVM reactive toolkit; learn more through examples in this article.

odo v3 logo
Lesson

Developing with odo

Use OpenShift Do (odo), a CLI tool for developers, to manage application...

10 minutes |
Pet Clinic sample application
Article

Creating factories in Eclipse Che

Doug Tidwell

Factories in Eclipse Che are a great way to onboard new teammates. This article shows how to build and customize them.

Red Hat OpenShift Application Runtimes
Article

Extending support to Spring Boot 2.x for Red Hat OpenShift Application Runtimes

James Falkner

Red Hat OpenShift Application Runtimes (RHOAR) is a recommended set of products, tools, and components for developing and maintaining cloud-native applications on the Red Hat OpenShift platform. As part of this offering, Red Hat is extending its support to Spring Boot 2 and related frameworks for building modern, production-grade, Java-based cloud-native applications.

Decision Modeling Notaion DMN
Article

Good news: Business automation is not about SOA

Karina Varela

This article explains why business automation is key for businesses in 2019 and the advantages of using a process-driven architecture--by way of products such as Red Hat Process Automation Manager (RHPAM)--to create software.

Writing better Spring applications using SpringFu
Article

Writing better Spring applications using SpringFu

Faisal Masood

Spring has a new way to code to and it's called Spring Functional or SpringFu. This article uses Kotlin to showcase some of the benefits--such as the ability to write cleaner, more-readable code and gain more flow control--you get from SpringFu.

Article Thumbnail
Article

Spring Boot-enabled business process automation with Red Hat Process Automation Manager

Duncan Doyle

This post described the new Spring Boot Starters provided in Red Hat Process Automation Manager 7.1. Using a minimal amount of code, these Spring Boot Starters enable developers of modern, light-weight applications on Spring Boot to quickly build applications or microservices that have business process and business rules execution capabilities.

Apache Camel logo
Article

Unit Testing for Camel Rest DSL and Spring Boot

Mary Cochran

This article will cover how to write a test for Apache Camel Rest DSL with Spring Boot. Many people find Apache Camel unit testing a big struggle to figure out.  Luckily, when using Spring Boot with the Apache Camel Rest DSL testing, a Rest Route isn't too difficult.

Running Microsoft SQL Server pod on OpenShift
Article

Deploying a Spring Boot App with MySQL on OpenShift

Chandra Shekhar Pandey

This article covers how to deploy a spring boot app which interacts with mysql in an OpenShift Environment. We might have a requirement where we have to migrate our Spring Boot standalone project to OpenShift environment or we might have to create Docker images.

Apache Camel logo
Article

Writing Your First Camel Spring Boot Project With the Rest DSL

Mary Cochran

Rest services are becoming more and more popular for communication between systems.  Now that Red Hat supports the use of Red Hat JBoss Fuse with Apache Camel Spring Boot, learn how you can get started with the Rest DSL and Spring Boot.