A New Way to Detect Deadlocks During Tests

This method will let you detect deadlocks during tests. This code allows you to pinpoint when two threads are trying to acquire a lock held by the other thread. Read all

Java 9: HTTP Client and Process API in JShell

See the JShell in action as we look at how to use Java 9's new HTTP/2 Client and the Process API, including some process-specific tasks to do, using the REPL. Read all

Should You API-Enable Your IBM i (AS/400)?

See how leveraging APIs can benefit users of the IBM i or AS/400 operating systems, and how you can integrate it to support the functionality that APIs offer. Read all

How to Implement the File Upload Process in a REST API

Learn to perform system integration in a REST API through file sharing, using resources from Mule components. Learn how and see the structure of such an API. Read all

Handling Incoming Webhooks in PHP

We take a look at how to use PHP to handle webhooks coming to your application, whether they're from your source control, IoT sensors, or any thing, really. Read all

How to Use the Kafka Streams API

Learn what the Kafka Streams API is, get a brief of its features, learn about stream processors and high-level DSL, and look at the code in action. Read all

What Are the Keys To Automated Testing?

Strategic automation of the entire CI/CD/DevOps process would reduce the amount of human interaction. Read on for expert advice on automation and testing. Read all

A Graphical Notation for Kubernetes API Objects

The Kubernetes Deployment Language (KDL) is standardizing their API's objects into buckets in a way similar to containerization and Backend as a Service. Read all

Exposing Web Services (CXF) With Mule ESB

This tutorial shows the steps for building and exposing CXF web services in a message processor using Mule ESB, including code and a video walkthrough. Read all

How-To: Convert SOAP APIs to REST APIs

SOAP APIs don't cater to developer UX. Cloud Elements' SOAP Builder tool converts SOAP-based endpoints to unified REST APIs for a better integration interface. Read all

.NET Core and SQL Server in Docker - Part 1: Building the Service

In this integration series, we take a look at how to get an ASP.NET application up and running in the cloud, using .NET Core and SQL Server in Docker. Read all

SOAP vs. REST: Differences in Performance, APIs, and More

SOAP and REST protocols have a couple of primary differences. Learn the benefits of REST over SOAP, as well as the (less common) benefits of SOAP over REST. Read all

Spring Boot RESTful API Documentation with Swagger 2

Used in Spring Boot, Swagger 2 renders documentation. The Spring Boot RESTful app manages products. Configuring Swagger 2 in your app has a lot of benefits. Read all

 

 

 

 

Top