MuleSoft at MuleSoft: Responsive sales by integrating Salesforce and Slack

When anyone shows interest in our technology we want to engage with them as soon as possible. We are excited about what we build with at MuleSoft and any opportunity to share that excitement with someone is a big deal. One day we were hanging out with some fellow Muleys from the Sales Development and Marketing teams and they were […]

Anypoint Platform January update: improved usability and policy management

This week we’ve released a number of updates to Anypoint Platform, including new versions of API Manager, Anypoint Analytics, Anypoint API Gateway, Anypoint MQ and Anypoint Partner Manager. These updates provide improved usability for Anypoint Platform admins and owners. API Manager 1.8.0 This release delivers a new admin user experience and improves policy management for API […]

API-led Connectivity and CQRS: API layering and the CQRS API implementation

In this 4 part blog series, I describe in detail how one might go about modernizing a functional, but legacy Supplier Relationship Management (SRM) application without redeveloping (or even touching) it. Why? The release cycle for the legacy app is too long and it doesn’t scale in a way that will meet the needs of […]

HowTo – Apply an OAuth policy on a REST API

In the previous post in the “APIfy your integrations” series, we went through an API design-first approach to building integrations to back-end systems.   We defined the API specification using RAML, implemented the API by importing the RAML into Anypoint Studio and deployed the implementation to mule runtime in cloud or on-premise.   We are now […]

HowTo – REST API proxy to SOAP webservice

This blog post is a continuation of our first How To series, “APIFy your integrations,” where we started off by creating a SOAP API around a database. Some organizations are entirely invested in either SOAP or RESTful web services. There is plenty of material already written on SOAP vs. REST, so there’s no need for us to take […]

Why DataWeave Matters

Data transformation Data transformation is a core requirement for most integrations. Anypoint Platform provides multiple types of transformers, including XSLT, DataWeave and DataMapper. DataWeave, our new data query and transformation language, offers significant performance advantages over Anypoint DataMapper, our earlier data mapping and transformation solution. The below benchmark shows transformations performance using DataWeave and Anypoint […]

Maven Tools & Archetypes

For a while now there have been maven archetypes for creating mule apps and domains. Such archetypes make getting started with development easier by automatically generating the basic core structure and files of mule projects (think configuration files, test classes, pom). This is especially interesting since the introduction in 3.5.0 of shared resources through mule […]

Your new Maven friend – the Mule Maven Plugin 2.0

If you’re a Mule user, there’s a good chance that you’re using Maven to automate building and testing of your applications. We’re happy to announce Mule Maven Plugin 2.0, to help you automate your deployment and integration tests. This plugin will help you no matter where do you want it to run: CloudHub, a local Standalone […]

Getting Started with DataWeave: Part 3

In the previous post, Getting Started with DataWeave: Part 2, in this four-part series: Getting started with DataWeave Part 1 Getting started with DataWeave Part 2 Getting started with DataWeave Part 4 and a webinar about our powerful yet simple new transformation engine, DataWeave, we introduced you to Selector expressions so that you can navigate to and […]

Anypoint Data Gateway and Lightning Connect

  Salesforce unveiled Lightning Connect with the promise of allowing you to expose the data stored in your legacy data source into Salesforce in real time, without needing any migration. The only requirement is exposing such datasource through an OData endpoint.So you have your datasource on one end, and Salesforce supporting OData on the other. The […]