InterviewSolution
Saved Bookmarks
| 1. |
What is a shared resource in Mule? |
|
Answer» In Mule, shared resources are common resources that are EXPOSED to all applications DEPLOYED under the same domain. Sharing resources allows different development teams to work in PARALLEL. For instance: Connector configurations could be made a reusable resource. These could be shared among all applications deployed. These shared resources should be defined in the Mule Domain Project. These should then be REFERRED to each of the projects that are meant to use the elements in it. |
|