Tech

How SOA landscape has evolved: point-to-point integration, microservices, APIs

By Infomentum on Apr 27, 2020

There is still much confusion about the differences and commonalities between SOA (service-oriented architecture), microservices, APIs and, even, point-to-point integration.

Continue Reading
Tech

How to create parent-child projects in MuleSoft Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 22, 2020

Today, I want to explain how to use pom.xml to resolve APIs' common dependencies that might lead to duplication and mismatch in MuleSoft Mule4.

The pom.xml file contains the core information about a project and its configuration details, including its dependencies, build directory, source directory, test source directory, plugin, goals etc. Maven reads the pom.xml file and then executes the goal.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to create custom CloudHub notifications in Mule4

By Salumiah Syed, MuleSoft Senior Consultant on Apr 14, 2020

Notifications could be a very powerful tool to get visibility into business-related events inside your application.

Topics: MuleSoft Tech API
Continue Reading
Tech

How to use MuleSoft Anypoint MQ admin API

By Spiros Pappas, Senior MuleSoft Consultant on Mar 17, 2020

MuleSoft has exposed an API that provides access to Anypoint MQ administrative functionality. For those who are not familiar with Anypoint MQ, it's a multi-tenant, cloud messaging service that enables customers to perform advanced asynchronous messaging scenarios between their applications. Using this API you can perform a series of actions that otherwise would only be accessible through the Anypoint Platform's web interface. And since many organisations prefer to externalise and automate this type of processes using scripts, I would like to explain how to use all four basic CRUD methods (Create, Read, Update and Delete) using this API.

Topics: MuleSoft Tech API
Continue Reading
Tech

Is automation the ultimate goal?

By Katerina Misuta on Dec 5, 2019

Are post-it's enough?

Recently a few of our team members attended Celonis SuperFluid Tour in London, where we found that post-it notes and a whiteboard are still one of their biggest competitors. Celonis, for those unaware, offer a solution, powered by process mining technology that empowers companies to visualise their processes, thus providing insights to which of these can be improved. It can come as a surprise, that in the age of digital transformation, many organisations are satisfied with getting the room's opinion during a whiteboard and/or post-it note session as the best process discovery technique.

Continue Reading
Tech

How to consume RPC-style web service in Mule 4

By Alessandro Toscano, Solution Architect on Jul 1, 2019

Recently, one of our customers requested to consume RPC-style web services built on top of a legacy system. Unfortunately, I then discovered that RPC WSDL were not supported by the Web Service Consumer connector in Mule 4. Want to know the solution?

Topics: MuleSoft Tech
Continue Reading
Tech

How to solve the challenge of centralised logging with nxlog

By Simon Yuen on Feb 21, 2019

At Infomentum we have successfully moved towards a centralised logged infrastructure where systems, application, network and security logs are parsed and made available in one central point. Using components such as Elasticsearch, Logstash and Kibana, our logging infrastructure provides us the ability to apply filters to perform queries and basic trends analysis or counts.

One of the challenges we faced was shipping Windows Server logs from a logfile onto Logstash’s syslog listener, and we found a tool that does exactly that - nxlog-ce-2.9.1716

Continue Reading
Tech

How to extend Oracle Sales Cloud using APEX and JWT

By Rene Mikami, Senior Consultant on Feb 11, 2019

Due to the popularity of our previous blog 'Get the most out of Oracle APEX logs' published in January 2018 we decided to continue the Oracle APEX series. Rene Mikami is back with more amazing Oracle APEX  suggestions and tips! 

Continue Reading
Tech

Get the most out of Oracle APEX logs

By Rene Mikami, Senior Consultant on Jan 30, 2019

Oracle Application Express (Oracle APEX) is the web application development tool for the Oracle database. We use the tool to design, develop and deploy database-driven applications, either on-premise or in the cloud. Using only a web browser and with limited programming experience, you can rapidly develop and deploy professional applications that are both fast and secure for any device from desktop to mobile.

Continue Reading
Tech

Submitting a question to Java Challenge UK

By Shaha Alam on May 23, 2018

A few weeks back, I decided to get involved in Java Challenge UK, by sitting on the competition’s jury panel. A bit of context: the Java Challenge is a gamified competition, with one league for professionals and one for students, that consists of multiple-choice questions. As part of the “jury duty”, I had the task of writing one of these questions. I decided to write my question around lambdas; read on to find out a little bit about why...

Continue Reading