OAuth Dances With Mule External Provider
Part I – OAuth2 in a Nutshell
OAuth2 is a framework, defined here. It’s not a protocol, because the RFC doesn’t contain enough implementation specifics. I say this with the understanding that the line between protocol and framework is a blurry one…
The RFC first defines four roles: https://goo.gl/5s1sdB #DataIntegration #ML
First Steps With Vert.x and Infinispan – Part 2: PUSH API
ICYDK: Welcome to the second in a multi-part series of blog posts about creating Eclipse Vert.x applications with Infinispan. In the previous blog post, we have seen how to create a REST API. The purpose of this tutorial is to showcase how to create a PUSH API implemented with Vert.x and using Infinispan as a server.
All the code of this tutorial is available in this GitHub repository. The backend is a Java project using Maven, so all the needed dependencies can be found in the pom.xml. The front is a super simple react application. https://goo.gl/iUWS5y #DataIntegration #ML
NetSuite Integration: Hand Coded vs. Automated Approach
ICYMI: NetSuite offers stellar Software as a Service (SaaS) products for accounting, operations, cloud relationship management (CRM), and eCommerce. It enables interdepartmental coordination by uniting accounting, sales, and support with on a single interface. However, teams face difficulties when the cloud-based solution needs to be connected with Enterprise Resource Planning (ERP), CRM or other e-commerce applications. There are so many features to extend the NetSuite functionalities yet users face several issues while integrating it with third-party applications.The application is cloud-based with a differentiated architecture and teams face challenges while integrating it with on-premise legacy applications. Overcoming hybrid world challenges with the archaic coding approach is difficult.
The point-to-point approach requires heavy coding and it is strategically unwise to execute Netsuite API integration with the help of this approach. As a lot of IT staff are required to brute coding and integrate NetSuite with other systems in an enterprise. Let’s imagine an IT ecosystem where there are thousands and thousands of applications. These applications cannot be integrated with a single NetSuite integration flow. https://goo.gl/qbzfK3 #DataIntegration #ML
