The X-Factor: RAML With XML Format

In this article, we will explore how RAML specifications can be defined for the XML representation of resources. This will be explained with the help of JOB API. Consider this API for the purpose of getting a list of all jobs published by different companies. A job can also be posted using this JOB API.

JOB API

  • Resource: Jobs
  • Resource Path: /jobs
  • Methods:
    • GET: To retrieve a list of all jobs
    • POST:  To add a job

JSON Representation

This is how everyone talks in JSON

API Group in Anypoint Platform

In this article, understand API Groups using a real-world analogy of our DZone. :)

What Is API Group?

At DZone, we have Integration, Cloud, MicroServices, etc. as separate zones. Each zone has articles/refcards/guides for the same technical goal of understanding that specific technology better.

Busy or Lazy?: Design API in Anypoint Studio

Creating API design using Anypoint Studio is a cool feature added by MuleSoft.

Now we can create API design from the comfort of our home, i.e., our Anypoint Studio. We can also test using Mocking Service and publish API Specs to Exchange from Anypoint Studio. No need to login to Anypoint Platform, again and again, to make changes in API Specs.

How to Create Microservices Using Spring

In this article, we will understand how to create Spring-based Microservices using a Use Case.

Use Case

Let’s consider the use case of BookMyHotel Web Application, developed by a company known as MyInternetSolutions.

[Part 1] Mule 4: Using SSL/TLS

This is the first part of a two-part series in which we will configure the Mule Application to use One Way SSL and Two Way SSL.

The first part covers the overview of SSL/TLS Concepts and in the second part, we will configure the Mule Application for One Way SSL and Two Way SSL.