Integration and Automation Blogs

Moving from Payroll Batch Loader to HCM Data Loader

If you are using Payroll Batch Loader (PBL) for loading employee expenses, payroll and loans etc., then you might be interested to know that Oracle is retiring PBL in 20 D. You read that correctly, moving forward, you will not be able to use PBL for employee payroll/expense/loans data load. The PBL won’t work from…

Read More

REST API to perform complex long run job – Example with MuleSoft

In recent days most of customers want to implement their solutions using API to work independently within different systems. API Led Architecture is one of the important system solution architecture adopted in the latest software implementations. We are talking about the REST APIs and the context is to process complex or data intensive operations (e.g.,…

Read More

Containerization using Docker

In this blog I will review the problem of how an application works in the development environment but not the UAT environment. I will also explain the components involved in packaging an application using Docker. I will also look at the cause and the solution.

Read More

Parallel Processing Implementation using MuleSoft

In current world, we do build lot of integrations using different Middleware tools. Sometimes it can be very useful to be able to process integration flows in parallel and aggregate the result. This way we can drastically improve the performance of a service. In this blog, we will share a use case which explains how…

Read More