All About Anypoint Platform
The terms Anypoint Studio and Anypoint Platform may sound similar and thus confusing. However, they are completely different and serve different purposes. Anypoint Studio is an integrated development environment (IDE), which we use to build, test, and run Mule applications. We thoroughly explored it in Chapter 3, Exploring Anypoint Studio, and Chapter 4, Introduction to Core Components. Anypoint Platform, on the other hand, is a user interface (UI)-based control plane, which manages a variety of components such as Design Center, Exchange, Runtime Manager, and so on. We will be learning all of this in depth in this chapter.
After reading this chapter, you’ll know more about the following topics:
- Different components in Anypoint Platform
- What an API specification, an API Fragment, and AsyncAPI are in API Designer
- How to develop a Mule application in Flow Designer
- How to publish assets from an Exchange portal to a public portal...