Mule Learning and Deployment
Mule Learning and Deployment
Q why mule?
Ans : Before mule
● we have to think about architecture
● creating the specified pojo’s
● takes more effort
● less loosly coupled system
After mule :
● no architecture
● focus on business specific
● replaces java coding understanding i.e less java
● more loosely coupled
● more configuration approach
● dataSense
● generics
● thread safe,compiled
● not required to purchase tools as available in exchange market
** If you are getting any Configuration Problems then make changes in AnypointStudio.ini
(just down the setup file ).
For JDK missing :
Add this code in .ini file :
-vmargs
--add-modules=ALL-SYSTEM
2) select new from file
Click on ok.
After that we have to give specific path for as it is required.
If you want you can change MIME Type also as per requirement :
After HTTP connector now we have to use Logger for logging for this
Here Mule Palette works like central repositories when you can use connectors,filters and
many more.
Here level is like INFO/DEBUG/ERROR .
Export Project :
If you want to store source codes then tick the check box otherwise leave it.
Clcik on Finish button.
**********************************************************************************
* Step to deploy your application into cloudhub :
########################################################################