Articles

I have worked for 14 years in service and consulting companies, for various and varied clients.

I’ve had to work for nearly twenty clients, most of the time for large companies well known to everyone. I have been a developer, project manager, architect, and I have been able to work in contact with operationals, ops and some of the managers of these companies. It is following various recent exchanges that I wanted to share my personal observation, on some fundamental differences between startups and a number of large companies.

Source de l’article sur DZone (Agile)

In this article, I will explain how to execute a Java method once or on Mulesoft Application Startup. With this approach, we can add or execute some needed tasks before a Mule Application fully deployed such as User Notification or Data Clean-Up (Truncation of Database Tables or purging of files from the temporary storage within the server).

First, we need to create a Custom Java Class that implements the interface MuleContextNotificationListener<MuleContextNotification> and override the onNotification() method. We also need to make sure that our startup logic should run after the Mule Context started.

Source de l’article sur DZONE