As a part of project , existing java implementation is being migrated to Mulesoft. Business is very tight on the budget and wish to complete the project in most economical way possible.
Canonical object model using java is already a part of existing implementation. Same object model is required by mule application for a business use case. What is the best way to achieve this?
Mule 4 is built to:
* Minimize the need for custom code.
* Avoid the need for you to know or understand Java.
However, some advanced uses cases require integration with custom Java code, such as:
* Reuse of a library, such as a tax calculation library.
* Reuse of a canonical object model that is standard in the organization.
* Execution of custom logic using Java.
Mule ref doc : https://docs.mulesoft.com/java-module/1.2/
Currently there are no comments in this discussion, be the first to comment!