Search Results for: Cloudhub
Announcing solutions that will transform healthcare
We are excited to announce healthcare initiatives that will have a profound effect on the way patients and medical professionals interact. The first of the vertical initiatives is being launched at HIMSS this year with MuleSoft’s new Solution for Epic EMR Integration and its inaugural Healthcare Product Advisory Board. MuleSoft’s Solution for Epic EMR Integration […]
MuleSoft at MuleSoft: HR system to Charles Schwab
Recently we launched a service for MuleSoft employees (Muleys) to be able to manage their stock options online using Charles Schwab’s service. With the solution, there is a requirement to exchange data between our HR system and Schwab in both directions. As you can imagine, accuracy is key where anything financial is concerned and as such, reducing complexity […]
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 […]